Interface File
Describes an interface file.
| Member | Type | Description |
|---|---|---|
| Type | uInt32 | Designates an NI-IMAQ IEEE 1394 interface file. Type has a value of 3. |
| Version | uInt32 | The version of the interface file. This number may increment with different versions of the driver as the format of the interface file changes. |
| Flags | uInt32 | A bitwise mask of the current interface status. If bit 0 is on (value=1), the interface represents a camera that is currently connected. If bit 0 is off (value=0), the interface represents a disconnected camera. |
| SerialNumberHi | uInt32 | The upper 32 bits of the interface serial number. Every camera has a unique value for Serial Number Hi. |
| SerialNumberLo | uInt32 | The lower 32 bits of the interface serial number. Every camera has a unique value for Serial Number Lo. |
| InterfaceName | char[64] | The name of the interface. Use this name when opening the interface. |
| VendorName | char[64] | The vendor name of the camera designated for this interface. Vendor Name varies from camera to camera. |
| ModelName | char[64] | The model name of the camera designated for this interface. Model Name varies from camera to camera. |
| CameraFileName | char[64] | The name of the camera file that this interface uses. The camera file contains all the settings for a given camera. You can configure and save these settings in Measurement & Automation Explorer (MAX). |