WriteIDPinMemory(string, string, byte[], uint)
- Updated2026-02-05
- 1 minute(s) read
Writes provided bitstream and format code to the memory connected to selected ID Pin.
Syntax
Namespace: NationalInstruments.DAQmx
public void WriteIDPinMemory(string deviceName, string idPinName, byte[] data, 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 | byte[] | A byte array of raw data to write to the memory. |
| formatCode | uint | A byte indicating the format of the data to write to the memory. |
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |