Interface DeviceAdminService

    • Method Detail

      • removeDevice

        void removeDevice​(DeviceId deviceId)
        Removes the device with the specified identifier.
        Parameters:
        deviceId - device identifier
      • changePortState

        void changePortState​(DeviceId deviceId,
                             PortNumber portNumber,
                             boolean enable)
        Administratively enables or disables a port on a device.
        Parameters:
        deviceId - device identifier
        portNumber - port identifier
        enable - true if port is to be enabled, false to disable