Class SyncOutput
- Namespace
- Harp.AnalogInput
- Assembly
- Harp.AnalogInput.dll
Represents a register that digital output that will be set when acquisition starts.
public class SyncOutput
- Inheritance
-
SyncOutput
- Inherited Members
Fields
- Address
Represents the address of the SyncOutput register. This field is constant.
- RegisterLength
Represents the length of the SyncOutput register. This field is constant.
- RegisterType
Represents the payload type of the SyncOutput register. This field is constant.
Methods
- FromPayload(MessageType, StartSyncOutputTarget)
Returns a Harp message for the SyncOutput register.
- FromPayload(double, MessageType, StartSyncOutputTarget)
Returns a timestamped Harp message for the SyncOutput register.
- GetPayload(HarpMessage)
Returns the payload data for SyncOutput register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for SyncOutput register messages.