All Implemented Interfaces:
TaggedActuator

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

    • D2A

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

      public D2A(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