Пример #1
0
 public sbyte Close(ushort ctn)
 {
     return(Orga6141Api.CT_close(ctn));
 }
Пример #2
0
 public sbyte Data(ushort ctn, ref byte dad, ref byte sad, ushort lenc, ref byte command, ref ushort ulenr, ref byte response)
 {
     return(Orga6141Api.CT_data(ctn, ref dad, ref sad, lenc, ref command, ref ulenr, ref response));
 }
Пример #3
0
 public sbyte Init(ushort ctn, ushort pn)
 {
     return(Orga6141Api.CT_init(ctn, pn));
 }