Uses of Interface
org.openhab.core.io.transport.modbus.endpoint.ModbusSlaveEndpoint
Packages that use ModbusSlaveEndpoint
Package
Description
-
Uses of ModbusSlaveEndpoint in org.openhab.core.io.transport.modbus
Methods in org.openhab.core.io.transport.modbus that return ModbusSlaveEndpointModifier and TypeMethodDescriptionModbusCommunicationInterface.getEndpoint()Get endpoint associated with this communication interfaceTaskWithEndpoint.getEndpoint()Gets endpoint associated with this taskMethods in org.openhab.core.io.transport.modbus with parameters of type ModbusSlaveEndpointModifier and TypeMethodDescriptionModbusManager.getEndpointPoolConfiguration(ModbusSlaveEndpoint endpoint) Get general configuration settings applied to a given endpoint Note that default configuration settings are returned in case the endpoint has not been configured.ModbusManager.newModbusCommunicationInterface(ModbusSlaveEndpoint endpoint, @Nullable EndpointPoolConfiguration configuration) Open communication interface to endpoint -
Uses of ModbusSlaveEndpoint in org.openhab.core.io.transport.modbus.endpoint
Classes in org.openhab.core.io.transport.modbus.endpoint that implement ModbusSlaveEndpointModifier and TypeClassDescriptionclassCommon base class for ip based endpoints.classSerial endpoint.classEndpoint for TCP slavesclassEndpoint for UDP slaves -
Uses of ModbusSlaveEndpoint in org.openhab.core.io.transport.modbus.exception
Methods in org.openhab.core.io.transport.modbus.exception that return ModbusSlaveEndpointModifier and TypeMethodDescriptionModbusConnectionException.getEndpoint()Get endpoint associated with this connection errorConstructors in org.openhab.core.io.transport.modbus.exception with parameters of type ModbusSlaveEndpoint