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

NameTypeDescription
deviceNamestring

The name, as configured in Measurement & Automation Explorer (MAX), of the device to which this operation applies.

idPinNamestring

The name, as obtained from Identification.ID Pin.Pin Names in DAQmxDevice Attributes, of the ID Pin to which this operation applies.

dataout byte[]

An initialized 1D array of bytes that contains the read data.

formatCodeout uint

A byte indicating the format of the data read from the memory.

Exceptions

TypeDescription
NationalInstruments.DAQmx.DaqException

The NI-DAQmx driver returned an error.