Exemple #1
0
 public Task <string?> GetDeviceMacAddressAsync(CancellationToken cancellationToken = default)
 {
     return(_meadowDevice.GetDeviceMacAddressAsync(cancellationToken));
 }