Class CreatePokeInputFilterPayload
Represents an operator that creates a message payload that specifies the low pass filter time value for poke inputs, in ms.
public class CreatePokeInputFilterPayload
- Inheritance
-
CreatePokeInputFilterPayload
- Derived
- Inherited Members
Properties
PokeInputFilter
Gets or sets the value that specifies the low pass filter time value for poke inputs, in ms.
public byte PokeInputFilter { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the low pass filter time value for poke inputs, in ms.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the PokeInputFilter register.
GetPayload()
Creates a message payload for the PokeInputFilter register.
public byte GetPayload()
Returns
- byte
The created message payload value.