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