Method GetPayload
GetPayload(HarpMessage)
Returns timestamped payload data for Commands register messages.
public static Timestamped<ControllerCommand> GetPayload(HarpMessage message)
Parameters
message
HarpMessageA HarpMessage object representing the register message.
Returns
- Timestamped<ControllerCommand>
A value representing the timestamped message payload.