Table of Contents

Class CreatePokeInputFilterPayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

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

byte

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 MessageType

Specifies 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.