Class TimestampedTriggerConfigCam1
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
Provides methods for manipulating timestamped messages from the TriggerConfigCam1 register.
public class TimestampedTriggerConfigCam1
- Inheritance
-
TimestampedTriggerConfigCam1
- Inherited Members
Fields
Address
Represents the address of the TriggerConfigCam1 register. This field is constant.
public const int Address = 49
Field Value
- See Also
Methods
GetPayload(HarpMessage)
Returns timestamped payload data for TriggerConfigCam1 register messages.
public static Timestamped<TriggerSource> GetPayload(HarpMessage message)
Parameters
message
HarpMessageA HarpMessage object representing the register message.
Returns
- Timestamped<TriggerSource>
A value representing the timestamped message payload.
- See Also