Class Index | File Index

Classes


Namespace sandboxe.type


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Types of data specified by the native system.
Field Summary
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Feb 03 2019 18:30:57 GMT-0500 (EST)