Click or drag to resize

ClientTOpen Method

Overload List
  NameDescription
Public methodCode exampleOpen(OpenFlags)
Opens (or reopens) the socket.
(Inherited from Connection.)
Public methodStatic memberOpen(OpenParams)
Opens a client connection.
Public methodStatic memberCode exampleOpen(ProtocolAddress, Flags)
Opens a client connection.
Public methodStatic memberCode exampleOpen(OpenParams, NotifyDataChangedEventHandler, CallbackContext)
Opens a client connection, calling dataChangedHandler for each message received.
Public methodStatic memberCode exampleOpen(ProtocolAddress, NotifyDataChangedEventHandler, CallbackContext)
Opens a client connection, calling dataChangedHandler for each message received.
Top
See Also