Class Switch

java.lang.Object
com.dalsemi.onewire.application.tag.TaggedDevice
com.dalsemi.onewire.application.tag.Switch
All Implemented Interfaces:
TaggedActuator

public class Switch extends TaggedDevice implements TaggedActuator
This class provides a default object for the Switch type of a tagged 1-Wire device.
  • Constructor Details

    • Switch

      public Switch()
      Creates an object for the device.
    • Switch

      public Switch(DSPortAdapter adapter, String netAddress)
      Creates an object for the device with the supplied address connected to the supplied port adapter.
      Parameters:
      adapter - The adapter serving the actuator.
      netAddress - The 1-Wire network address of the actuator.
  • Method Details