Ejemplo n.º 1
0
 public static extern AARTSAAPI_Result AARTSAAPI_OpenDevice(ref AARTSAAPI_Handle handle, ref AARTSAAPI_Device dhandle, [MarshalAs(UnmanagedType.LPWStr)] string type, [MarshalAs(UnmanagedType.LPWStr)] string serialNumber);
Ejemplo n.º 2
0
 public static extern AARTSAAPI_Result AARTSAAPI_CloseDevice(ref AARTSAAPI_Handle handle, ref AARTSAAPI_Device dhandle);
Ejemplo n.º 3
0
 public static extern AARTSAAPI_Result AARTSAAPI_EnumDevice(ref AARTSAAPI_Handle handle, [MarshalAs(UnmanagedType.LPWStr)] string type, int index, ref AARTSAAPI_DeviceInfo dinfo);
Ejemplo n.º 4
0
 public static extern AARTSAAPI_Result AARTSAAPI_ResetDevices(ref AARTSAAPI_Handle handle);
Ejemplo n.º 5
0
 public static extern AARTSAAPI_Result AARTSAAPI_RescanDevices(ref AARTSAAPI_Handle handle, int timeout);
Ejemplo n.º 6
0
 public static extern AARTSAAPI_Result AARTSAAPI_Close(ref AARTSAAPI_Handle handle);
Ejemplo n.º 7
0
 public static extern AARTSAAPI_Result AARTSAAPI_Open(ref AARTSAAPI_Handle handle);