Namespace sandboxe.type
Defined in: docbase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Types of data specified by the native system.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
sandboxe.type.byte
Represents an unsigned 8bit integer.
|
<static> |
sandboxe.type.float
Represents an floating point value of single precision.
|
<static> |
sandboxe.type.int
Represents a 32bit signed integer.
|
<static> |
sandboxe.type.uint32
Represents an unsigned 32bit integer.
|
Namespace Detail
sandboxe.type
Types of data specified by the native system. For use with inputBuffer
and outputBuffer, for example.
Field Detail
<static>
sandboxe.type.byte
Represents an unsigned 8bit integer.
<static>
sandboxe.type.float
Represents an floating point value of single precision.
<static>
sandboxe.type.int
Represents a 32bit signed integer.
<static>
sandboxe.type.uint32
Represents an unsigned 32bit integer.