Crestron.SimplSharp.CrestronSockets
Classes
Class | Description | |
---|---|---|
![]() | TCPClient |
Class for the TCP Client
|
![]() | TCPServer |
Multiple client TCP Server class
|
![]() | UDPServer |
Class for the UDP Server
|
Delegates
Delegate | Description | |
---|---|---|
![]() | TCPClientConnectCallback |
Callback which is invoked whenever a TCP client gets connected to the server
|
![]() | TCPClientConnectCallbackEx |
Callback which is invoked whenever a TCP client gets connected to the server
|
![]() | TCPClientReceiveCallback |
Callback for the asynchronous receive function
|
![]() | TCPClientReceiveCallbackEx |
Callback for the asynchronous receive function
|
![]() | TCPClientSendCallback |
Callback for the asynchronous Send function
|
![]() | TCPClientSendCallbackEx |
Callback for the asynchronous Send function
|
![]() | TCPClientSocketStatusChangeEventHandler |
Delegate which is invoked whenever the TCP client connection status changes
|
![]() | TCPServerClientConnectCallback |
Callback which is invoked whenever a client gets connected
|
![]() | TCPServerClientConnectCallbackEx |
Callback which is invoked whenever a client gets connected
|
![]() | TCPServerReceiveCallback |
Callback for the asynchronous receive function
|
![]() | TCPServerReceiveCallbackEx |
Callback for the asynchronous receive function
|
![]() | TCPServerSendCallback |
Callback for the asynchronous Send function
|
![]() | TCPServerSendCallbackEx |
Callback for the asynchronous Send function
|
![]() | TCPServerSocketStatusChangeEventHandler |
Delegate which is invoked whenever the TCP server connection status changes.
|
![]() | UDPServerReceiveCallback |
Callback for the asynchronous receive function
|
![]() | UDPServerReceiveCallbackEx |
Callback for the asynchronous receive function
|
![]() | UDPServerSendCallback |
Callback for the asynchronous Send function
|
![]() | UDPServerSendCallbackEx |
Callback for the asynchronous Send function
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | ESplusSocketType |
Enum for the different socket types
|
![]() | ServerState |
Enum for the TCP Server state
|
![]() | SocketDefault |
Enum for the default socket parameters
|
![]() | SocketErrorCodes |
Enum for error codes returned by the socket functions
|
![]() | SocketStatus |
Enum for the socket status
|