Table of Contents

Class TimestampedStrobeSourceCam0

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

Provides methods for manipulating timestamped messages from the StrobeSourceCam0 register.

public class TimestampedStrobeSourceCam0
Inheritance
TimestampedStrobeSourceCam0
Inherited Members

Fields

Address

Represents the address of the StrobeSourceCam0 register. This field is constant.

public const int Address = 44

Field Value

int
See Also

Methods

GetPayload(HarpMessage)

Returns timestamped payload data for StrobeSourceCam0 register messages.

public static Timestamped<StrobeSource> GetPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<StrobeSource>

A value representing the timestamped message payload.

See Also

See Also