Communication interface. More...
Protected Member Functions | |
| ExchangeI (CLA _CLA, DirectDevice parent) | |
| bool | Exchange (CLA Cla, byte[] Cmd, out byte[] Rsp, ExchangeOptions options=null) |
| bool | Exchange (byte Cmd, byte[] CmdData, out byte Sta, out byte[] RspData, ExchangeOptions options=null) |
| bool | Exchange (byte Cmd, byte[] CmdData, out byte[] RspData, ExchangeOptions options=null) |
| bool | Exchange (byte Cmd, byte[] CmdData, out byte Sta, ExchangeOptions options=null) |
| bool | Exchange (byte Cmd, byte[] CmdData, ExchangeOptions options=null) |
| bool | Exchange (byte Cmd, ExchangeOptions options=null) |
| bool | Exchange (byte Cmd, out byte[] RspData, ExchangeOptions options=null) |
Properties | |
| DirectDevice | parent [get] |
| CLA | _CLA [get] |
Communication interface.