コード例 #1
0
ファイル: CherrySt2052Api.cs プロジェクト: Agent-JY/eGK-KVK
 public sbyte Close(ushort ctn)
 {
     return(CherrySt2052Api.CT_close(ctn));
 }
コード例 #2
0
ファイル: CherrySt2052Api.cs プロジェクト: Agent-JY/eGK-KVK
 public sbyte Data(ushort ctn, ref byte dad, ref byte sad, ushort lenc, ref byte command, ref ushort ulenr, ref byte response)
 {
     return(CherrySt2052Api.CT_data(ctn, ref dad, ref sad, lenc, ref command, ref ulenr, ref response));
 }
コード例 #3
0
ファイル: CherrySt2052Api.cs プロジェクト: Agent-JY/eGK-KVK
 public sbyte Init(ushort ctn, ushort pn)
 {
     return(CherrySt2052Api.CT_init(ctn, pn));
 }