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(out T value)
  2. bool read(out 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