Navigation
API > API/Runtime > API/Runtime/PacketHandler
References
| Module | PacketHandler |
| Header | /Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h |
| Include | #include "PacketHandler.h" |
Syntax
struct ProcessedPacket
Remarks
The result of calling Incoming and Outgoing in the PacketHandler
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bError | Whether or not there was an error processing the packet | |
| int32 | CountBits | Size of the returned packet data in bits | |
| uint8 * | Data | Pointer to the returned packet data |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ProcessedPacket
(
uint8* InData, |
Base constructor |