XdrSCSpecUDTErrorEnumCaseV0
Table of Contents
Properties
-
$doc
: string
-
$name
: string
-
$value
: int
Methods
-
__construct()
: mixed
-
decode()
: XdrSCSpecUDTErrorEnumCaseV0
-
encode()
: string
-
getDoc()
: string
-
getName()
: string
-
getValue()
: int
-
setDoc()
: void
-
setName()
: void
-
setValue()
: void
$doc
public
string
$doc
$name
public
string
$name
$value
public
int
$value
__construct()
public
__construct(string $doc, string $name, int $value) : mixed
Parameters
-
$doc
: string
-
-
$name
: string
-
-
$value
: int
-
decode()
public
static decode(XdrBuffer $xdr) : XdrSCSpecUDTErrorEnumCaseV0
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
getDoc()
public
getDoc() : string
getName()
public
getName() : string
getValue()
public
getValue() : int
setDoc()
public
setDoc(string $doc) : void
Parameters
-
$doc
: string
-
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-
setValue()
public
setValue(int $value) : void
Parameters
-
$value
: int
-