ENet Xojo plugin

ENetPacket.DoubleValue Method

Gets or sets a Double value at a given offset in the packet. (8 bytes)

DoubleValue(
   offset as Integer) as Double

DoubleValue(
   offset as Integer
   assigns value as Double)

Parameters

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

Returns

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

Remarks

See Also

ENetPacket Class