Table of Contents

Struct AnalogDataPayload

Namespace
Harp.AnalogInput
Assembly
Harp.AnalogInput.dll

Represents the payload of the AnalogData register.

public struct AnalogDataPayload
Inherited Members

Constructors

AnalogDataPayload(short, short, short, short)

Initializes a new instance of the AnalogDataPayload structure.

public AnalogDataPayload(short channel0, short channel1, short channel2, short channel3)

Parameters

channel0 short
channel1 short
channel2 short
channel3 short

Fields

Channel0

public short Channel0

Field Value

short

Channel1

public short Channel1

Field Value

short

Channel2

public short Channel2

Field Value

short

Channel3

public short Channel3

Field Value

short