Package com.dalsemi.onewire.application.monitor


@Version("1.0.0") @Export package com.dalsemi.onewire.application.monitor
  • Class
    Description
    Abstract super-class for 1-Wire Monitors, a optionally-threadable object for searching 1-Wire networks.
    Class ChainMonitor represents the monitor that searches the 1-Wire net for Chain Mode devices, otherwise known as "Sequence Detect".
    Class DeviceMonitor represents the monitor that searches the 1-Wire net for new arrivals.
    Represents a group of 1-Wire addresses that have either arrived to or departed from the 1-Wire network.
    Interface for classes which will listen to device monitor events such as arrivals, departures, and network exceptions.
    Represents an encapsulated exception from a particular Device Monitor.
    Class NetworkDeviceMonitor represents the monitor that searches the 1-Wire net, including the traversal of branches, looing for new arrivals and departures.