| | |
| | | // 异常事件 |
| | | public Action<Exception> OnExceptionRaised; |
| | | |
| | | public GTSCardInitialConfig IConfig |
| | | public GTSCardInitialConfig IIConfig |
| | | { |
| | | get |
| | | { |
| | |
| | | |
| | | public override ResponseMessage Run(IOperationConfig config) |
| | | { |
| | | throw new NotImplementedException(); |
| | | ResponseMessage responseMessage = new ResponseMessage(); |
| | | |
| | | |
| | | return responseMessage; |
| | | } |
| | | #endregion |
| | | |
| | |
| | | }); |
| | | } |
| | | |
| | | private void OnMethodInvoked(IAsyncResult ar) |
| | | public override void OnMethodInvoked(IAsyncResult ar) |
| | | { |
| | | MotionCardMonitorSet monitorSet = ar.AsyncState as MotionCardMonitorSet; |
| | | ProcessResponse resValues = monitorSet.Response; |