ReadIDPinMemory(string, string, out byte[], out uint)
- Updated2026-02-05
- 1 minute(s) read
Reads bitstream and format code from the memory connected to selected ID Pin.
Syntax
Namespace: NationalInstruments.DAQmx
public void ReadIDPinMemory(string deviceName, string idPinName, out byte[] data, out uint formatCode)
Parameters
| Name | Type | Description |
|---|---|---|
| deviceName | string | The name, as configured in Measurement & Automation Explorer (MAX), of the device to which this operation applies. |
| idPinName | string | The name, as obtained from Identification.ID Pin.Pin Names in DAQmxDevice Attributes, of the ID Pin to which this operation applies. |
| data | out byte[] | An initialized 1D array of bytes that contains the read data. |
| formatCode | out uint | A byte indicating the format of the data read from the memory. |
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |