You are here: Start » AVL.NET » Invoke.WebSocket_WriteBuffer

Invoke.WebSocket_WriteBuffer

Outputs a byte buffer through a connected WebSocket.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void WebSocket_WriteBuffer
(
	int inWebSocket,
	Avl.ByteBuffer inBuffer
)

Parameters

Name Type Range Default Description
inWebSocketintSocket ID.
inBufferAvl.ByteBufferInput byte buffer.

See also