Create a remote A/D input.
Namespace: IO.Objects.RemoteIOAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntaxpublic ADC(
Device dev,
int num
)
Parameters
- dev Device
- Remote I/O device object.
- num Int32
- A/D input number: 0 to 127.
RemarksUse Device.ADC_Create() instead of this constructor.
See Also