Create a remote A/D input.
Namespace: IO.Objects.RemoteIOAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax 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