Class TimestampedTriggerConfigCam0
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
Provides methods for manipulating timestamped messages from the TriggerConfigCam0 register.
public class TimestampedTriggerConfigCam0
- Inheritance
-
TimestampedTriggerConfigCam0
- Inherited Members
Fields
Address
Represents the address of the TriggerConfigCam0 register. This field is constant.
public const int Address = 42
Field Value
- See Also
Methods
GetPayload(HarpMessage)
Returns timestamped payload data for TriggerConfigCam0 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