PacketReliability
Table of Contents
-
MAX_ORDER_CHANNELS
= 32
-
RELIABLE
= 2
-
RELIABLE_ORDERED
= 3
-
RELIABLE_ORDERED_WITH_ACK_RECEIPT
= 7
-
RELIABLE_SEQUENCED
= 4
-
RELIABLE_WITH_ACK_RECEIPT
= 6
-
UNRELIABLE
= 0
-
UNRELIABLE_SEQUENCED
= 1
-
UNRELIABLE_WITH_ACK_RECEIPT
= 5
-
isOrdered()
: bool
-
isReliable()
: bool
-
isSequenced()
: bool
-
isSequencedOrOrdered()
: bool
MAX_ORDER_CHANNELS
public
mixed
MAX_ORDER_CHANNELS
= 32
RELIABLE
public
mixed
RELIABLE
= 2
RELIABLE_ORDERED
public
mixed
RELIABLE_ORDERED
= 3
RELIABLE_ORDERED_WITH_ACK_RECEIPT
public
mixed
RELIABLE_ORDERED_WITH_ACK_RECEIPT
= 7
RELIABLE_SEQUENCED
public
mixed
RELIABLE_SEQUENCED
= 4
RELIABLE_WITH_ACK_RECEIPT
public
mixed
RELIABLE_WITH_ACK_RECEIPT
= 6
UNRELIABLE
public
mixed
UNRELIABLE
= 0
UNRELIABLE_SEQUENCED
public
mixed
UNRELIABLE_SEQUENCED
= 1
UNRELIABLE_WITH_ACK_RECEIPT
public
mixed
UNRELIABLE_WITH_ACK_RECEIPT
= 5
isOrdered()
public
static isOrdered(int $reliability) : bool
Parameters
-
$reliability
: int
-
Return values
bool
—
isReliable()
public
static isReliable(int $reliability) : bool
Parameters
-
$reliability
: int
-
Return values
bool
—
isSequenced()
public
static isSequenced(int $reliability) : bool
Parameters
-
$reliability
: int
-
Return values
bool
—
isSequencedOrOrdered()
public
static isSequencedOrOrdered(int $reliability) : bool
Parameters
-
$reliability
: int
-
Return values
bool
—