AtomicInt32
Extends:
32-bit big-endian two's complement integer OSC Atomic Data Type
Test:
Constructor Summary
Public Constructor | ||
public |
constructor(value: number) Create an AtomicInt32 instance |
Method Summary
Public Methods | ||
public |
pack(): Uint8Array Interpret the given number as packed binary data |
|
public |
Unpack binary data from DataView and read a Int32 number |
Inherited Summary
From class Atomic | ||
public |
|
|
public |
value: * |
|
public |
pack(method: string, byteLength: number): Uint8Array Interpret the given value of this entity as packed binary data |
|
public |
unpackWithMethod(dataView: DataView, method: string, byteLength: number, initialOffset: number): number Unpack binary data from DataView according to the given format |
Public Constructors
public constructor(value: number) source
Create an AtomicInt32 instance
Override:
Atomic#constructorParams:
Name | Type | Attribute | Description |
value | number |
|
Initial integer value |
Public Methods
public pack(): Uint8Array source
Interpret the given number as packed binary data