Example #1
0
 public DeviceStatusEx(DeviceStatus status)
 {
     this.Statuses = status.Statuses;
     this.Warnings = status.Warnings;
     this.Errors   = status.Errors;
 }
Example #2
0
 public DeviceStatusWithCashAmount(DeviceStatus status) : base()
 {
     Ok       = status.Ok;
     Messages = status.Messages;
 }
Example #3
0
 public DeviceStatusWithDateTime(DeviceStatus status) : base()
 {
     Ok       = status.Ok;
     Messages = status.Messages;
 }
Example #4
0
 public DeviceStatusWithRawResponse(DeviceStatus status) : base()
 {
     Ok       = status.Ok;
     Messages = status.Messages;
 }