Click or drag to resize

ClientTOpen Method

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