Functions
wsManageConnection
Handles opening sockets and listening clients.
Direction | Name | Type | Description |
---|---|---|---|
In/Out | pWSMgr | WebSocketConnection_typ* | Description |
wsSend
wsSend handles the sending of messages. wsSend is required while connection is being upgraded.
Direction | Name | Type | Description |
---|---|---|---|
In/Out | pWSStream | WSStream_typ* | Stream to send on |
wsReceive
wsReceive handles the receiving of messages. wsReceive is required while connection is being upgraded.
Direction | Name | Type | Description |
---|---|---|---|
In/Out | pWSStream | WSStream_typ* | Stream to receive on |