Exemplo n.º 1
0
 public Task <MeadowDeviceInfo> GetDeviceInfoAsync(TimeSpan timeout, CancellationToken cancellationToken = default)
 {
     return(_meadowDevice.GetDeviceInfoAsync(timeout, cancellationToken));
 }