Table of Contents

Class ReverseSwitch

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

Represents a register that status of the reverse limit switch.

public class ReverseSwitch
Inheritance
ReverseSwitch
Inherited Members

Fields

Address

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

RegisterLength

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

RegisterType

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

Methods

FromPayload(MessageType, ReverseSwitchState)

Returns a Harp message for the ReverseSwitch register.

FromPayload(double, MessageType, ReverseSwitchState)

Returns a timestamped Harp message for the ReverseSwitch register.

GetPayload(HarpMessage)

Returns the payload data for ReverseSwitch register messages.

GetTimestampedPayload(HarpMessage)

Returns the timestamped payload data for ReverseSwitch register messages.