Method ReadSerialNumberAsync
ReadSerialNumberAsync(CancellationToken)
Asynchronously reads the unique serial number of the device.
public Task<int> ReadSerialNumberAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.