libsimpleioDAC_write Method |
Write to a Linux IIO D/A converter output device.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public static void DAC_write(
int fd,
int sample,
out int error
)
Parameters
- fd Int32
- File descriptor.
- sample Int32
- Analog sample data.
- error Int32
- Error code. Zero upon success or an errno
value upon failure.
See Also