Table of Contents

Class CreateDigitalInputsSamplingModePayload

Namespace
Harp.Synchronizer
Assembly
Harp.Synchronizer.dll

Represents an operator that creates a message payload that sets the sampling mode for digital input pins.

public class CreateDigitalInputsSamplingModePayload
Inheritance
CreateDigitalInputsSamplingModePayload
Derived
Inherited Members

Properties

DigitalInputsSamplingMode

Gets or sets the value that sets the sampling mode for digital input pins.

public DigitalInputsSamplingConfig DigitalInputsSamplingMode { get; set; }

Property Value

DigitalInputsSamplingConfig

Methods

GetMessage(MessageType)

Creates a message that sets the sampling mode for digital input pins.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the DigitalInputsSamplingMode register.

GetPayload()

Creates a message payload for the DigitalInputsSamplingMode register.

public DigitalInputsSamplingConfig GetPayload()

Returns

DigitalInputsSamplingConfig

The created message payload value.