Example #1
0
 protected override ReadOnlySpan <byte> Data()
 {
     return(ExtractReplyData.ToArray());
 }
Example #2
0
 private IEnumerable <byte> DecryptData(Device device)
 {
     return(device.DecryptData(ExtractReplyData.ToArray()));
 }