ReadUint32¶
-
virtual uint32_t ISignal::ReadUint32() = 0¶
Gets the signal value as a 32-bit unsigned integer value.
- Returns
uint32_t – Signal value.
- Throws
CUnsupportedException– Signal represents a floating-point value, cannot get as integer value (possible data loss).CInvalidOperationException– Entity associated with signal is in invalid state for specified value.CCommunicationErrorException– Protocol error.CConnectionLostException– Connection to controller lost.CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.