OcaInt64Sensor¶
A online version of the AES70 specification of this class can be found at http://docs.deuso.de.
The class is a subclass of OcaBasicSensor().
This class defines the properties
Name |
JavaScript Type |
AES70 Type |
|---|---|---|
Reading |
number|BigInt |
OcaInt64 |
Furthermore, it inherits the properties ClassID, ClassVersion, ObjectNumber, Lockable, Role, Enabled, Ports, Label, Owner, Latency, ReadingState and Reading.
-
class
OcaInt64Sensor(objectNumber, device)¶ Basic int64 sensor.
-
OcaInt64Sensor.OnReadingChanged¶ type: PropertyEvent.<(number|BigInt)>
This event is emitted when the property Reading changes in the remote object. The property
Readingis described in the AES70 standard as follows. Int64 reading.
-
OcaInt64Sensor.GetReading()¶ Gets the value and limits of the Reading property. The return value indicates whether the data was successfully retrieved. The return values of this method are
Reading of type
number|BigIntminReading of type
number|BigIntmaxReading of type
number|BigInt
- Returns
Promise.<Arguments.<(number|BigInt), (number|BigInt), (number|BigInt)>> –
-