Table of Contents

Class Commands

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Represents a register that send commands to PIC32 micro-controller.

public class Commands
Inheritance
Commands
Inherited Members

Fields

Address

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

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.