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