SenderType extends Enum
Protobuf enum : SenderType
Table of Contents
Constants
- BACKEND_VALUE = 2
- BACKEND = 2
- CLIENT_VALUE = 1
- CLIENT = 1
- UNKNOWN_VALUE = 0
- UNKNOWN = 0
Methods
Constants
BACKEND_VALUE
BACKEND = 2
public
mixed
BACKEND_VALUE
= 2
CLIENT_VALUE
CLIENT = 1
public
mixed
CLIENT_VALUE
= 1
UNKNOWN_VALUE
UNKNOWN = 0
public
mixed
UNKNOWN_VALUE
= 0
Methods
BACKEND()
public
static BACKEND() : SenderType
Return values
SenderTypeCLIENT()
public
static CLIENT() : SenderType
Return values
SenderTypeUNKNOWN()
public
static UNKNOWN() : SenderType
Return values
SenderTypevalueOf()
public
static valueOf(int $value) : SenderType
Parameters
- $value : int