Class DigitalOutputState
- Namespace
- Harp.Synchronizer
- Assembly
- Harp.Synchronizer.dll
Represents a register that status of the digital output pin 0.
public class DigitalOutputState
- Inheritance
-
DigitalOutputState
- Inherited Members
Fields
- Address
Represents the address of the DigitalOutputState register. This field is constant.
- RegisterLength
Represents the length of the DigitalOutputState register. This field is constant.
- RegisterType
Represents the payload type of the DigitalOutputState register. This field is constant.
Methods
- FromPayload(MessageType, DigitalOutputs)
Returns a Harp message for the DigitalOutputState register.
- FromPayload(double, MessageType, DigitalOutputs)
Returns a timestamped Harp message for the DigitalOutputState register.
- GetPayload(HarpMessage)
Returns the payload data for DigitalOutputState register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for DigitalOutputState register messages.