AtpValue Type
The AT Protocol data model. Represents all values that can be encoded in DRISL-CBOR.
Union cases
| Union case |
Description
|
|
|
Full Usage:
Bool bool
Parameters:
bool
|
|
Full Usage:
Bytes byte[]
Parameters:
byte[]
|
|
Full Usage:
Integer int64
Parameters:
int64
|
|
|
|
Full Usage:
Null
|
|
Full Usage:
String string
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsArray
Returns: bool
|
|
Full Usage:
this.IsBool
Returns: bool
|
|
Full Usage:
this.IsBytes
Returns: bool
|
|
Full Usage:
this.IsInteger
Returns: bool
|
|
Full Usage:
this.IsLink
Returns: bool
|
|
Full Usage:
this.IsNull
Returns: bool
|
|
Full Usage:
this.IsObject
Returns: bool
|
|
Full Usage:
this.IsString
Returns: bool
|
|