public void Dump()
 {
     Debug.WriteLine("PollingCommandResponse");
     Debug.WriteLine("ResponseCode=" + ByteUtil.ByteToString(ResponseCode()));
     Debug.WriteLine("IDm=" + ByteUtil.ByteArrayToString(IDm()));
     Debug.WriteLine("PMm=" + ByteUtil.ByteArrayToString(PMm()));
     Debug.WriteLine("ResponseData=" + ByteUtil.ByteArrayToString(RequestData()));
 }
 public void Dump()
 {
     Debug.WriteLine("CommandResponse");
     Debug.WriteLine(ByteUtil.ByteArrayToString(GetActualResponseBytes()));
 }
Пример #3
0
 public void Dump()
 {
     Debug.WriteLine("PollingCommand");
     Debug.WriteLine(ByteUtil.ByteArrayToString(ToByteArray()));
 }