3rd Eye Scene C#
3rd Eye Scene C# documentation
|
A system control message. More...
Public Member Functions | |
bool | Read (BinaryReader reader) |
Read the message from the given reader . | |
bool | Peek (PacketBuffer packet) |
Peek into the given packet and read this message. | |
bool | Write (PacketBuffer packet) |
Write this message to packet . | |
Static Public Member Functions | |
static ControlMessage | Create (uint value) |
Create a control message with the given 32-bit value. | |
Public Attributes | |
uint | ControlFlags |
Flags, particular to this ControlMessageID type of message. | |
uint | Value32 |
32-bit value particular to this ControlMessageID type of message. | |
ulong | Value64 |
64-bit value particular to this ControlMessageID type of message. |
A system control message.
static ControlMessage Tes::Net::ControlMessage::Create | ( | uint | value | ) | [inline, static] |
bool Tes::Net::ControlMessage::Peek | ( | PacketBuffer | packet | ) | [inline] |
Peek into the given packet and read this message.
Does not modify the cursor or contents of packet .
packet | The packet to read from. |
bool Tes::Net::ControlMessage::Read | ( | BinaryReader | reader | ) | [inline] |
Read the message from the given reader .
reader | The reader to read from. |
bool Tes::Net::ControlMessage::Write | ( | PacketBuffer | packet | ) | [inline] |
Write this message to packet .
packet | The packet to write to. |