Uses of Interface
org.openhab.core.io.transport.serial.SerialPortIdentifier
Packages that use SerialPortIdentifier
-
Uses of SerialPortIdentifier in org.openhab.core.io.transport.serial
Methods in org.openhab.core.io.transport.serial that return SerialPortIdentifierModifier and TypeMethodDescriptiondefault @Nullable SerialPortIdentifierSerialPortManager.getIdentifier(String name) Gets a serial port identifier for a given name.@Nullable SerialPortIdentifierSerialPortProvider.getPortIdentifier(URI portName) Gets theSerialPortIdentifierif it is available or null otherwise.Methods in org.openhab.core.io.transport.serial that return types with arguments of type SerialPortIdentifierModifier and TypeMethodDescriptionSerialPortManager.getIdentifiers()Gets the discovered serial port identifiers.SerialPortProvider.getSerialPortIdentifiers()Gets all the availableSerialPortIdentifiers for thisSerialPortProvider.