Class Commands
Represents a register that send commands to PIC32 micro-controller.
public class Commands
- Inheritance
-
Commands
- Inherited Members
Fields
- RegisterLength
Represents the length of the Commands register. This field is constant.
- RegisterType
Represents the payload type of the Commands register. This field is constant.
Methods
- FromPayload(MessageType, ControllerCommand)
Returns a Harp message for the Commands register.
- FromPayload(double, MessageType, ControllerCommand)
Returns a timestamped Harp message for the Commands register.
- GetPayload(HarpMessage)
Returns the payload data for Commands register messages.
- GetTimestampedPayload(HarpMessage)
Returns the timestamped payload data for Commands register messages.