toggle menu
Android SDK
androidJvm
switch theme
search in API
Core
/
com.benomad.msdk.core.svs
/
MetaAttribute
Meta
Attribute
class
MetaAttribute
:
Attribute
A class that represents a Meta Attribute (see Attribute class) which is a simple array of bytes.
Members
Constructors
Meta
Attribute
Link copied to clipboard
constructor
(
code
:
Int
,
value
:
Array
<
Byte
>
)
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
value
Link copied to clipboard
open
val
value
:
Array
<
Byte
>
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.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Returns a String representing the attribute's information (value, code and type).