NeoDevice Structure
A structure used by FindNeoDevices and OpenNeoDevice to locate and open neoVI devices.
C/C++ Declare
typedef struct __declspec (align(2))Visual Basic .NET Declare
<StructLayout(LayoutKind.Sequential, Pack:=2)> Public Structure NeoDeviceC# .NET Declare
[StructLayout(LayoutKind.Sequential,Pack=2)]Item | Description |
---|---|
DeviceType | Indicates the neoVI device that the structure represents. The currently supported types are listed in another topic. Network List topic |
Handle | The device handle used by the API for opening a neoVI device |
NumberOfClients | Reserved for future use |
SerialNumber | Serial number of the neoVI device |
MaxAllowedClients | Reserved for future use |
IntrepidCS API Documentation - (C) Copyright 2000-2022 Intrepid Control Systems, Inc. |
Last Updated : Wednesday, July 05, 2019