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

