ClientTOpen Method |
| Name | Description | |
|---|---|---|
| Open(OpenParams) | Opens a client connection. | |
| Open(OpenFlags, Object) | Opens (or reopens) the socket. | |
| Open(OpenParams, NotifyDataChangedEventHandler, CallbackContext) | Opens a client connection, calling dataChangedHandler for each message received. | |
| Open(ProtocolAddress, Flags, Object) | Opens a client connection. | |
| Open(ProtocolAddress, NotifyDataChangedEventHandler, CallbackContext) | Opens a client connection, calling dataChangedHandler for each message received. |