Class DeviceName
Represents a register that stores the user-specified device name.
public class DeviceName
  - Inheritance
 - 
      
      DeviceName
 
- Inherited Members
 
Fields
- Address
 Represents the address of the DeviceName register. This field is constant.
- RegisterLength
 Represents the length of the DeviceName register. This field is constant.
- RegisterType
 Represents the payload type of the DeviceName register. This field is constant.
Methods
- FromPayload(MessageType, string)
 Returns a Harp message for the DeviceName register.
- FromPayload(double, MessageType, string)
 Returns a timestamped Harp message for the DeviceName register.
- GetPayload(HarpMessage)
 Returns the payload data for DeviceName register messages.
- GetTimestampedPayload(HarpMessage)
 Returns the timestamped payload data for DeviceName register messages.