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

DeviceMonitorEventListener Interface Reference

Interface for classes which will listen to device monitor events such as arrivals, departures, and network exceptions. More...

List of all members.

Public Member Functions

void deviceArrival (DeviceMonitorEvent dme)
 Arrival event.
void deviceDeparture (DeviceMonitorEvent dme)
 Depart event.
void networkException (DeviceMonitorException dme)
 Exception event.

Detailed Description

Interface for classes which will listen to device monitor events such as arrivals, departures, and network exceptions.

Author:
SH
Version:
1.00

Member Function Documentation

void deviceArrival ( DeviceMonitorEvent  dme)

Arrival event.

Parameters:
dmearrival event
void deviceDeparture ( DeviceMonitorEvent  dme)

Depart event.

Parameters:
dmedeparture event
void networkException ( DeviceMonitorException  dme)

Exception event.

Parameters:
dmean exception generated during search.

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