Click or drag to resize

ADC Constructor

Create a remote A/D input.

Namespace: IO.Objects.RemoteIO
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public ADC(
	Device dev,
	int num
)

Parameters

dev  Device
Remote I/O device object.
num  Int32
A/D input number: 0 to 127.
Remarks
Use Device.ADC_Create() instead of this constructor.
See Also