1-Wire API for .NET Version 4.00
Public Member Functions

OneWireIOException Class Reference

This exception is thrown when there is an IO error communicating on on the 1-Wire Network. More...

Inherits com::dalsemi::onewire::OneWireException.

List of all members.

Public Member Functions

 OneWireIOException ()
 Constructs a OneWireIOException with no detail message.
 OneWireIOException (String desc)
 Constructs a OneWireIOException with the specified detail message.

Detailed Description

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.

Version:
0.00, 28 Aug 2000
Author:
DS

Constructor & Destructor Documentation

OneWireIOException ( String  desc)

Constructs a OneWireIOException with the specified detail message.

Parameters:
descthe detail message description

The documentation for this class was generated from the following file: