Table of Contents

Method GetTimestampedPayload

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for OutputSet register messages.

public static Timestamped<DigitalOutputs> GetTimestampedPayload(HarpMessage message)

Parameters

message HarpMessage

A HarpMessage object representing the register message.

Returns

Timestamped<DigitalOutputs>

A value representing the timestamped message payload.