ValueUint32¶
-
uint ISignal.ValueUint32 { get; set; }¶
Gets or sets the signal value as a 32-bit unsigned integer value.
- Value
uint – Signal value.
- Throws
InvalidArgumentException– Value is out of bounds, or unknown enumeration value or mask bit.UnsupportedException– Signal represents a floating-point value, cannot get as integer value (possible data loss).UnsupportedException– Signal is not writable or represents a single-precision floating-point value, cannot set 32-bit unsigned integer value (possible data loss).InvalidOperationException– Entity associated with signal is in invalid state for specified value.ResourceBusyException– Signal value cannot be set at this moment.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.