Navigation
API > API/Plugins > API/Plugins/WebSocketNetworking > API/Plugins/WebSocketNetworking/UWebSocketConnection
- UNetConnection::LowLevelSend()
- UWebSocketConnection::LowLevelSend()
References
| Module | WebSocketNetworking |
| Header | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Public/WebSocketConnection.h |
| Include | #include "WebSocketConnection.h" |
| Source | /Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Private/WebsocketConnection.cpp |
virtual void LowLevelSend
&40;
void &42; Data,
int32 CountBits,
FOutPacketTraits & Traits
&41;
Remarks
Sends a byte stream to the remote endpoint using the underlying socket
Parameters
| Name | Description |
|---|---|
| Data | The byte stream to send |
| CountBits | The length of the stream to send, in bits (to support bit-level additions to packets, from PacketHandler's) |
| Traits | Special traits for the packet, passed down from the NetConnection through the PacketHandler |