Uses of Interface
org.openhab.core.io.transport.modbus.endpoint.ModbusSlaveEndpoint
Package
Description
-
Uses of ModbusSlaveEndpoint in org.openhab.core.io.transport.modbus
Modifier and TypeMethodDescriptionModbusCommunicationInterface.getEndpoint()
Get endpoint associated with this communication interfaceTaskWithEndpoint.getEndpoint()
Gets endpoint associated with this taskModifier 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
Modifier and TypeClassDescriptionclass
Common base class for ip based endpoints.class
Serial endpoint.class
Endpoint for TCP slavesclass
Endpoint for UDP slaves -
Uses of ModbusSlaveEndpoint in org.openhab.core.io.transport.modbus.exception
Modifier and TypeMethodDescriptionModbusConnectionException.getEndpoint()
Get endpoint associated with this connection error