XdrSurveyMessageCommandType
in package
Table of Contents
Constants
- TIME_SLICED_SURVEY_TOPOLOGY : mixed = 1
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrSurveyMessageCommandType
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getValue() : int
- TIME_SLICED_SURVEY_TOPOLOGY() : XdrSurveyMessageCommandType
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : string
Constants
TIME_SLICED_SURVEY_TOPOLOGY
public
mixed
TIME_SLICED_SURVEY_TOPOLOGY
= 1
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrSurveyMessageCommandType
Parameters
- $xdr : XdrBuffer
Return values
XdrSurveyMessageCommandTypeencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticfromJson()
public
static fromJson(string $json) : static
Parameters
- $json : string
Tags
Return values
staticfromJsonValue()
public
static fromJsonValue(mixed $value) : static
Parameters
- $value : mixed
Return values
staticgetValue()
public
getValue() : int
Return values
intTIME_SLICED_SURVEY_TOPOLOGY()
public
static TIME_SLICED_SURVEY_TOPOLOGY() : XdrSurveyMessageCommandType
Return values
XdrSurveyMessageCommandTypetoBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : string