ENet Xojo plugin

ENetPacket.UInt32Value Method

Gets or sets a UInt32 value at a given offset in the packet.

UInt32Value(
   offset as Integer) as UInt32

UInt32Value(
   offset as Integer
   assigns value as UInt32)

Parameters

offset
Offset is in bytes from the beginning of the ENetPacket.
value (assignment parameter)
The value to be set

Returns

UInt32
The value at the given offset or 0 if the ENetPacket is dead because it has already been sent.

Remarks

See Also

ENetPacket Class