Exemple #1
0
 internal static extern int cstaGetDeviceList(IntPtr acsHandle, uint invokeID, int index, CSTALevel_t level);
Exemple #2
0
 public Task <GetDeviceListEventReturn> GetDeviceList(int index, CSTALevel_t level)
 {
     return(CreateTask <GetDeviceListEventReturn>((invokeId, pd) => NativeMethods.cstaGetDeviceList(AcsHandle, invokeId, index, level), $"GetDeviceList('{index}','{level}')"));
 }
Exemple #3
0
 public static extern ACSFunctionRet_t cstaGetDeviceList(uint acsHandle, uint invokeId, int index, CSTALevel_t level);
Exemple #4
0
 public static extern Acs.RetCode_t cstaGetDeviceList(
     Acs.ACSHandle_t acsHandle,
     Acs.InvokeID_t invokeID,
     int index,
     CSTALevel_t level);
Exemple #5
0
 public static extern Acs.RetCode_t cstaGetDeviceList(
                 Acs.ACSHandle_t acsHandle,
                 Acs.InvokeID_t invokeID,
                 int index,
                 CSTALevel_t level);