Table of Contents

Constructor AnalogDataPayload

Namespace
Harp.Hobgoblin
Assembly
Harp.Hobgoblin.dll

AnalogDataPayload(ushort, ushort, ushort)

Initializes a new instance of the AnalogDataPayload structure.

public AnalogDataPayload(ushort analogInput0, ushort analogInput1, ushort analogInput2)

Parameters

analogInput0 ushort

The analog value sampled from ADC channel 0.

analogInput1 ushort

The analog value sampled from ADC channel 1.

analogInput2 ushort

The analog value sampled from ADC channel 2.