Exemplo n.º 1
0
 /// <summary>
 /// 获取在线显示屏列表
 /// </summary>
 public int LED_GetDeviceOnlineItem(int dev, int index, ref TDevReport obuffer)
 {
     return(DLL_LED_GetDeviceOnlineItem(dev, index, ref obuffer));
 }
Exemplo n.º 2
0
 /// <summary>
 /// 获取在线显示屏列表
 /// </summary>
 public int LED_GetOnlineList(ref TDevReport obuffer)
 {
     return(DLL_LED_GetOnlineList(ref obuffer));
 }
Exemplo n.º 3
0
 public static extern int DLL_LED_GetDeviceOnlineItem(int dev, int index, ref TDevReport obuffer);
Exemplo n.º 4
0
 public static extern int DLL_LED_GetOnlineList(ref TDevReport obuffer);