コード例 #1
0
ファイル: LedCommon.cs プロジェクト: wpmyj/TCPWCS_Project
 /// <summary>
 /// 获取在线显示屏列表
 /// </summary>
 public int LED_GetDeviceOnlineItem(int dev, int index, ref TDevReport obuffer)
 {
     return(DLL_LED_GetDeviceOnlineItem(dev, index, ref obuffer));
 }
コード例 #2
0
ファイル: LedCommon.cs プロジェクト: wpmyj/TCPWCS_Project
 /// <summary>
 /// 获取在线显示屏列表
 /// </summary>
 public int LED_GetOnlineList(ref TDevReport obuffer)
 {
     return(DLL_LED_GetOnlineList(ref obuffer));
 }
コード例 #3
0
ファイル: LedCommon.cs プロジェクト: wpmyj/TCPWCS_Project
 public static extern int DLL_LED_GetDeviceOnlineItem(int dev, int index, ref TDevReport obuffer);
コード例 #4
0
ファイル: LedCommon.cs プロジェクト: wpmyj/TCPWCS_Project
 public static extern int DLL_LED_GetOnlineList(ref TDevReport obuffer);