public sbyte Close(ushort ctn) { return(CherrySt2052Api.CT_close(ctn)); }
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)); }
public sbyte Init(ushort ctn, ushort pn) { return(CherrySt2052Api.CT_init(ctn, pn)); }