Table of Contents

Class Protocol

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

Represents a register that status of the protocol execution.

public class Protocol
Inheritance
Protocol
Inherited Members

Fields

Address

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

RegisterLength

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

RegisterType

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

Methods

FromPayload(MessageType, ProtocolState)

Returns a Harp message for the Protocol register.

FromPayload(double, MessageType, ProtocolState)

Returns a timestamped Harp message for the Protocol register.

GetPayload(HarpMessage)

Returns the payload data for Protocol register messages.

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for Protocol register messages.