Packet.read

Reads a primitive data type or string from the packet.

The value in the packet at the current read position is set to value.

  1. bool read(T value)
  2. bool read(T value)
    class Packet
    bool
    read
    (
    T
    )
    (
    out T value
    )
    if (
    isSomeString!T
    )

Return Value

Type: bool

true if last data extraction from packet was successful.

Meta