Ejemplo n.º 1
0
 /// <summary>
 ///     Sets the device option for this device.
 /// </summary>
 /// <param name="option"></param>
 /// <returns></returns>
 public async Task SetDeviceOptionAsync(CellularDeviceOption option)
 {
     await ExecuteAtCommandAsync(new CellularDeviceOptionCommand(option));
 }
 public CellularDeviceOptionCommand(CellularDeviceOption option) : this()
 {
     Parameter = option;
 }