|
1-Wire API for .NET Version 4.00
|
This exception is thrown when there is an IO error communicating on on the 1-Wire Network. More...
Inherits com::dalsemi::onewire::OneWireException.
Public Member Functions | |
| OneWireIOException () | |
Constructs a OneWireIOException with no detail message. | |
| OneWireIOException (String desc) | |
Constructs a OneWireIOException with the specified detail message. | |
This exception is thrown when there is an IO error communicating on on the 1-Wire Network.
For instance, when a network error occurs when calling the putBit(boolean) method.
| OneWireIOException | ( | String | desc | ) |
Constructs a OneWireIOException with the specified detail message.
| desc | the detail message description |
1.7.3