toggle menu
Android SDK
androidJvm
switch theme
search in API
Core
/
com.benomad.msdk.core.svs
/
UnSignedAttribute
Un
Signed
Attribute
open
class
UnSignedAttribute
:
Attribute
A structure that represents an unsigned int attribute (see Attribute class).
Inheritors
KeyAttribute
LabelAttribute
Members
Constructors
Un
Signed
Attribute
Link copied to clipboard
constructor
(
code
:
Int
,
value
:
Long
)
Properties
FLOAT
Link copied to clipboard
val
FLOAT
:
Byte
=
4
KEY
Link copied to clipboard
val
KEY
:
Byte
=
0
LABEL
Link copied to clipboard
val
LABEL
:
Byte
=
1
META
Link copied to clipboard
val
META
:
Byte
=
6
SIGNED
Link copied to clipboard
val
SIGNED
:
Byte
=
2
STRING
Link copied to clipboard
val
STRING
:
Byte
=
5
TYPE_MAX
Link copied to clipboard
val
TYPE_MAX
:
Byte
=
6
TYPE_MIN
Link copied to clipboard
val
TYPE_MIN
:
Byte
=
0
UINT16_MAX
Link copied to clipboard
val
UINT16_MAX
:
Int
=
65535
UNSIGNED
Link copied to clipboard
val
UNSIGNED
:
Byte
=
3
Functions
get
Code
Link copied to clipboard
open
fun
getCode
(
)
:
Int
Returns the attribute's code.
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
Byte
Returns the attribute's type.
get
Value
Link copied to clipboard
open
fun
getValue
(
)
:
Long
Returns the attribute's value.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Returns a String representing the attribute's information (value, code and type).