コード例 #1
0
ファイル: gts.cs プロジェクト: xhyangxianjun/wangliang
 public static extern short GT_GetJogPrm(short cardNum, short profile, out TJogPrm pPrm);
コード例 #2
0
 public static extern short API_GetJogPrm(short axis, out TJogPrm pPrm, short boardNum);
コード例 #3
0
ファイル: gts.cs プロジェクト: xhyangxianjun/wangliang
 public static extern short GT_SetJogPrm(short cardNum, short profile, ref TJogPrm pPrm);
コード例 #4
0
 public static extern short API_SetJogPrm(short axis, ref TJogPrm pPrm, short boardNum);