|
1-Wire API for .NET Version 4.00
|
Interface for classes which will listen to device monitor events such as arrivals, departures, and network exceptions. More...
Public Member Functions | |
| void | deviceArrival (DeviceMonitorEvent dme) |
| Arrival event. | |
| void | deviceDeparture (DeviceMonitorEvent dme) |
| Depart event. | |
| void | networkException (DeviceMonitorException dme) |
| Exception event. | |
Interface for classes which will listen to device monitor events such as arrivals, departures, and network exceptions.
| void deviceArrival | ( | DeviceMonitorEvent | dme | ) |
Arrival event.
| dme | arrival event |
| void deviceDeparture | ( | DeviceMonitorEvent | dme | ) |
Depart event.
| dme | departure event |
| void networkException | ( | DeviceMonitorException | dme | ) |
Exception event.
| dme | an exception generated during search. |
1.7.3