Closed brendonparker closed 3 years ago
Addresses #199
For a device that is read-only, the write buffer size/length comes back as zero. The code to open the stream then throws an exception.
Proposed solution. Return Stream.Null under that condition.
Stream.Null
Going to close this and re-open against the develop branch
Addresses #199
For a device that is read-only, the write buffer size/length comes back as zero. The code to open the stream then throws an exception.
Proposed solution. Return
Stream.Null
under that condition.