Class WhoAmI
Represents a register that specifies the identity class of the device.
public class WhoAmI
  - Inheritance
 - 
      
      WhoAmI
 
- Inherited Members
 
Fields
- RegisterLength
 Represents the length of the WhoAmI register. This field is constant.
- RegisterType
 Represents the payload type of the WhoAmI register. This field is constant.
Methods
- FromPayload(MessageType, int)
 Returns a Harp message for the WhoAmI register.
- FromPayload(double, MessageType, int)
 Returns a timestamped Harp message for the WhoAmI register.
- GetPayload(HarpMessage)
 Returns the payload data for WhoAmI register messages.
- GetTimestampedPayload(HarpMessage)
 Returns the timestamped payload data for WhoAmI register messages.