Beispiel #1
0
 public DeviceMode(DeviceModeFields fields) : this()
 {
     this.SpecificationVersion = 0x0320;
     this.Size   = (ushort)Marshal.SizeOf(this.GetType());
     this.Fields = fields;
 }
Beispiel #2
0
 public DeviceMode(string deviceName, DeviceModeFields fields) : this(fields) => this.DeviceName = deviceName;