Table of Contents

Class SerialNumber

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Represents a register that specifies the unique serial number of the device.

public class SerialNumber
Inheritance
SerialNumber
Inherited Members

Fields

Address

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

RegisterLength

Represents the length of the SerialNumber register. This field is constant.

RegisterType

Represents the payload type of the SerialNumber register. This field is constant.

Methods

FromPayload(MessageType, ushort)

Returns a Harp message for the SerialNumber register.

FromPayload(double, MessageType, ushort)

Returns a timestamped Harp message for the SerialNumber register.

GetPayload(HarpMessage)

Returns the payload data for SerialNumber register messages.

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for SerialNumber register messages.