Navigation
API > API/Runtime > API/Runtime/Sockets
Multichannel socket version of FSimpleAbstractSocket
| Name | FSimpleAbstractSocket_FMultichannelTCPSocket |
| Type | class |
| Header File | /Engine/Source/Runtime/Sockets/Public/NetworkMessage.h |
| Include Path | #include "NetworkMessage.h" |
Syntax
class FSimpleAbstractSocket_FMultichannelTCPSocket : public FSimpleAbstractSocket
Inheritance Hierarchy
- FSimpleAbstractSocket → FSimpleAbstractSocket_FMultichannelTCPSocket
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSimpleAbstractSocket_FMultichannelTCPSocket
(
FMultichannelTcpSocket* InSocket, |
Constructor | NetworkMessage.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ReceiveChannel | uint32 | Channel to receive from | NetworkMessage.h | |
| SendChannel | uint32 | Channel to send to | NetworkMessage.h | |
| Socket | FMultichannelTcpSocket * | Multichannel socket to forward requests to | NetworkMessage.h |
Functions
Public
Overridden from FSimpleAbstractSocket
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 GetMagic() |
Return the magic number for this message, also used for endian correction on the archives | NetworkMessage.h | |
virtual bool Receive
(
uint8* Results, |
Block until we receive data from the socket | NetworkMessage.h | |
virtual bool Send
(
const uint8* Buffer, |
Send bytes out the socket | NetworkMessage.h |