Back to Aurora Vision Library website
You are here: Start » Function Reference » System » WebSocket » WebSocket_WriteText
WebSocket_WriteText
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Outputs a string through a connected WebSocket.
Syntax
C++
C#
void avl::WebSocket_WriteText ( const avl::WebSocketId& inWebSocket, const atl::String& inText )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inWebSocket | const WebSocketId& | Socket ID. | |
![]() |
inText | const String& | Input string. |

