A B C D E G I L M N O P R S T U V W _ 
All Classes All Packages

A

addPropertyChangeListener(PropertyChangeListener) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
addPropertyChangeListener(PropertyChangeListener) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
appendCollections(boolean) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl.BuilderImpl
 
appendCollections(boolean) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl.BuilderImpl
 
applyFrom(DeviceInfo) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl.BuilderImpl
 
applyFrom(PortConfig) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl.BuilderImpl
 
asReadOnly() - Method in interface eu.mihosoft.devcom.DeviceInfo
Returns a read-only wrapper of 'DeviceInfo'.
asReadOnly() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
asReadOnly() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
asReadOnly() - Method in interface eu.mihosoft.devcom.PortConfig
Returns a read-only wrapper of 'PortConfig'.
AtomicFlag - Class in eu.mihosoft.devcom
Flag wrap for atomically flipping a boolean value.
AtomicFlag() - Constructor for class eu.mihosoft.devcom.AtomicFlag
Creates a new atomic flag.
AtomicFlag(boolean) - Constructor for class eu.mihosoft.devcom.AtomicFlag
Creates a new atomic flag.

B

build() - Method in interface eu.mihosoft.devcom.DeviceInfo.Builder
Builds a new 'DeviceInfo' instance.
build() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl.BuilderImpl
 
build() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl.BuilderImpl
 
build() - Method in interface eu.mihosoft.devcom.PortConfig.Builder
Builds a new 'PortConfig' instance.
BuilderImpl() - Constructor for class eu.mihosoft.devcom.impl.DeviceInfoImpl.BuilderImpl
 
BuilderImpl() - Constructor for class eu.mihosoft.devcom.impl.PortConfigImpl.BuilderImpl
 

C

caseDeviceInfo(DeviceInfo) - Method in interface eu.mihosoft.devcom.ReadOnlySwitchForDevcomModel
 
caseDeviceInfo(DeviceInfo) - Method in interface eu.mihosoft.devcom.SwitchForDevcomModel
 
casePortConfig(PortConfig) - Method in interface eu.mihosoft.devcom.ReadOnlySwitchForDevcomModel
 
casePortConfig(PortConfig) - Method in interface eu.mihosoft.devcom.SwitchForDevcomModel
 
clone() - Method in interface eu.mihosoft.devcom.DeviceInfo
Returns a deep clone of this object.
clone() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
clone() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
clone() - Method in interface eu.mihosoft.devcom.PortConfig
Returns a deep clone of this object.
close() - Method in class eu.mihosoft.devcom.COMPortConnection
Closes the connection to the specified port.
close() - Method in class eu.mihosoft.devcom.Controller
Closes this controller (also shuts down schedulers/executors).
close() - Method in interface eu.mihosoft.devcom.DataConnection
 
close() - Method in class eu.mihosoft.devcom.StreamConnection
Closes the connection to the specified port.
Command<T> - Class in eu.mihosoft.devcom
A command for sending and receiving data to/from a device.
Command(T, Consumer<T>, BiConsumer<T, Exception>, Consumer<String>) - Constructor for class eu.mihosoft.devcom.Command
Creates a new command.
COMPortConnection<T> - Class in eu.mihosoft.devcom
COM port connection for reading and writing data from and to a COM port.
COMPortConnection(DataFormat<T>) - Constructor for class eu.mihosoft.devcom.COMPortConnection
Creates a new connection instance.
COMPortConnection(DataFormat<T>, Consumer<COMPortConnection<T>>, BiConsumer<COMPortConnection<T>, Exception>, BiConsumer<COMPortConnection<T>, Exception>) - Constructor for class eu.mihosoft.devcom.COMPortConnection
Creates a new connection instance.
Controller<T,​V extends DataConnection<T,​?>> - Class in eu.mihosoft.devcom
A device controller for concurrent communication, e.g., via (virtual) COM ports.
Controller() - Constructor for class eu.mihosoft.devcom.Controller
Creates a new controller instance.

D

DataConnection<T,​V extends DataConnection<T,​?>> - Interface in eu.mihosoft.devcom
Data connection for reading and writing data.
DataConnection.Subscription - Interface in eu.mihosoft.devcom
Listener subscription.
DataFormat<T> - Interface in eu.mihosoft.devcom
Data format for device communication.
defaultValue(VObject) - Method in interface eu.mihosoft.devcom.ReadOnlySwitchForDevcomModel
Default value that will be return if the matching case method returns {code null}.
defaultValue(VObject) - Method in interface eu.mihosoft.devcom.SwitchForDevcomModel
Default value that will be return if the matching case method returns null.
DeviceInfo - Interface in eu.mihosoft.devcom
A representation of the immutable model object eu.mihosoft.devcom.DeviceInfo.
DeviceInfo.Builder - Interface in eu.mihosoft.devcom
 
DeviceInfoImpl - Class in eu.mihosoft.devcom.impl
An implementation of the immutable model object eu.mihosoft.devcom.DeviceInfo.
DeviceInfoImpl.BuilderImpl - Class in eu.mihosoft.devcom.impl
 
doSwitch(VObject) - Method in interface eu.mihosoft.devcom.ReadOnlySwitchForDevcomModel
 
doSwitch(VObject) - Method in interface eu.mihosoft.devcom.SwitchForDevcomModel
 

E

eu.mihosoft.devcom - package eu.mihosoft.devcom
 
eu.mihosoft.devcom.impl - package eu.mihosoft.devcom.impl
 
EVEN_PARITY - eu.mihosoft.devcom.ParityBits
 

G

getBaudRate() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
getBaudRate() - Method in interface eu.mihosoft.devcom.PortConfig
Returns the value of the 'baudRate' property.
getData() - Method in class eu.mihosoft.devcom.Command
Returns the data to send.
getDevice() - Method in interface eu.mihosoft.devcom.DeviceInfo
Returns the value of the 'device' property.
getDevice() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
getDeviceClass() - Method in interface eu.mihosoft.devcom.DeviceInfo
Returns the value of the 'deviceClass' property.
getDeviceClass() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
getFormat() - Method in class eu.mihosoft.devcom.COMPortConnection
 
getFormat() - Method in interface eu.mihosoft.devcom.DataConnection
Returns the data format used by this connection.
getFormat() - Method in class eu.mihosoft.devcom.StreamConnection
 
getMCUType() - Method in interface eu.mihosoft.devcom.DeviceInfo
Returns the value of the 'mCUType' property.
getMCUType() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
getName() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
getName() - Method in interface eu.mihosoft.devcom.PortConfig
Returns the value of the 'name' property.
getNumberOfDataBits() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
getNumberOfDataBits() - Method in interface eu.mihosoft.devcom.PortConfig
Returns the value of the 'numberOfDataBits' property.
getParityBits() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
getParityBits() - Method in interface eu.mihosoft.devcom.PortConfig
Returns the value of the 'parityBits' property.
getPortConfig() - Method in class eu.mihosoft.devcom.COMPortConnection
Returns the config of the port this object is currently connected to.
getPortNames() - Static method in class eu.mihosoft.devcom.COMPortConnection
Returns a list of all COM ports currently available.
getReply() - Method in class eu.mihosoft.devcom.Command
Returns the future reply.
getSerialNumber() - Method in interface eu.mihosoft.devcom.DeviceInfo
Returns the value of the 'serialNumber' property.
getSerialNumber() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
getStopBits() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
getStopBits() - Method in interface eu.mihosoft.devcom.PortConfig
Returns the value of the 'stopBits' property.
getValueByName(String, T) - Method in interface eu.mihosoft.devcom.DataFormat
Returns a value contained in the data by name, e.g., a packet entry.

I

init(DataConnection<T, V>) - Method in class eu.mihosoft.devcom.Controller
Initializes this controller.
isCancellationRequested() - Method in class eu.mihosoft.devcom.Command
Indicates whether cancellation has been requested.
isConsumed() - Method in class eu.mihosoft.devcom.Command
Indicates whether this command has been consumed.
isOpen() - Method in class eu.mihosoft.devcom.COMPortConnection
 
isOpen() - Method in interface eu.mihosoft.devcom.DataConnection
Indicates whether this connection is open.
isOpen() - Method in class eu.mihosoft.devcom.StreamConnection
 
isReply(Command<T>, T) - Method in interface eu.mihosoft.devcom.DataFormat
Determines whether the specified data is a reply to the command.
isReplyExpected() - Method in class eu.mihosoft.devcom.Command
Indicates whether a reply is expected by this command.
isRS485ModeEnabled() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
isRS485ModeEnabled() - Method in interface eu.mihosoft.devcom.PortConfig
Returns the value of the 'rS485ModeEnabled' property.

L

ListenerForDevcomModel - Interface in eu.mihosoft.devcom
 

M

MARK_PARITY - eu.mihosoft.devcom.ParityBits
 

N

negate() - Method in class eu.mihosoft.devcom.AtomicFlag
Flip the wrapped AtomicBoolean.
newBuilder() - Static method in interface eu.mihosoft.devcom.DeviceInfo
Returns a new builder for creating a 'DeviceInfo' instance.
newBuilder() - Static method in interface eu.mihosoft.devcom.PortConfig
Returns a new builder for creating a 'PortConfig' instance.
NO_PARITY - eu.mihosoft.devcom.ParityBits
 

O

ODD_PARITY - eu.mihosoft.devcom.ParityBits
 
ONE_STOP_BIT - eu.mihosoft.devcom.StopBits
 
onEnter(VObject) - Method in interface eu.mihosoft.devcom.ListenerForDevcomModel
 
onEnter(VObject) - Method in interface eu.mihosoft.devcom.ReadOnlyListenerForDevcomModel
 
onEnterDeviceInfo(DeviceInfo) - Method in interface eu.mihosoft.devcom.ListenerForDevcomModel
 
onEnterDeviceInfo(DeviceInfo) - Method in interface eu.mihosoft.devcom.ReadOnlyListenerForDevcomModel
 
onEnterPortConfig(PortConfig) - Method in interface eu.mihosoft.devcom.ListenerForDevcomModel
 
onEnterPortConfig(PortConfig) - Method in interface eu.mihosoft.devcom.ReadOnlyListenerForDevcomModel
 
onExit(VObject) - Method in interface eu.mihosoft.devcom.ListenerForDevcomModel
 
onExit(VObject) - Method in interface eu.mihosoft.devcom.ReadOnlyListenerForDevcomModel
 
onExitDeviceInfo(DeviceInfo) - Method in interface eu.mihosoft.devcom.ListenerForDevcomModel
 
onExitDeviceInfo(DeviceInfo) - Method in interface eu.mihosoft.devcom.ReadOnlyListenerForDevcomModel
 
onExitPortConfig(PortConfig) - Method in interface eu.mihosoft.devcom.ListenerForDevcomModel
 
onExitPortConfig(PortConfig) - Method in interface eu.mihosoft.devcom.ReadOnlyListenerForDevcomModel
 
open() - Method in class eu.mihosoft.devcom.COMPortConnection
Opens the specified port and connects to it.
open() - Method in interface eu.mihosoft.devcom.DataConnection
Opens the connection.
open() - Method in class eu.mihosoft.devcom.StreamConnection
Opens the specified port and connects to it.
open(PortConfig) - Method in class eu.mihosoft.devcom.COMPortConnection
Opens the specified port and connects to it.
open(InputStream, OutputStream) - Method in class eu.mihosoft.devcom.StreamConnection
Opens the specified port and connects to it.

P

ParityBits - Enum in eu.mihosoft.devcom
Parity bit configurations that are supported by the underlying COM port library.
PortConfig - Interface in eu.mihosoft.devcom
A representation of the immutable model object eu.mihosoft.devcom.PortConfig.
PortConfig.Builder - Interface in eu.mihosoft.devcom
 
PortConfigImpl - Class in eu.mihosoft.devcom.impl
An implementation of the immutable model object eu.mihosoft.devcom.PortConfig.
PortConfigImpl.BuilderImpl - Class in eu.mihosoft.devcom.impl
 

R

readData(InputStream) - Method in interface eu.mihosoft.devcom.DataFormat
Reads data from the specified input stream.
ReadOnlyListenerForDevcomModel - Interface in eu.mihosoft.devcom
 
ReadOnlySwitchForDevcomModel<T> - Interface in eu.mihosoft.devcom
 
registerDataListener(Consumer<T>) - Method in class eu.mihosoft.devcom.COMPortConnection
 
registerDataListener(Consumer<T>) - Method in interface eu.mihosoft.devcom.DataConnection
Registers a data listener that is notified whenever a message has been received.
registerDataListener(Consumer<T>) - Method in class eu.mihosoft.devcom.StreamConnection
 
removePropertyChangeListener(PropertyChangeListener) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
removePropertyChangeListener(PropertyChangeListener) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
requestCancellation() - Method in class eu.mihosoft.devcom.Command
Requests command cancellation.

S

sendCommand(Command<T>) - Method in class eu.mihosoft.devcom.Controller
Sends a command to the device and waits for a reply (blocking).
sendCommand(T) - Method in class eu.mihosoft.devcom.Controller
Sends the specified data to the device (blocking).
sendCommandAsync(Command<T>) - Method in class eu.mihosoft.devcom.Controller
Sends a command to the device and waits for a reply (blocking).
sendCommandAsync(T) - Method in class eu.mihosoft.devcom.Controller
Sends the specified data to the device asynchronously.
sendData(T) - Method in class eu.mihosoft.devcom.Controller
Sends the specified data to the device.
setCommandTimeout(long) - Method in class eu.mihosoft.devcom.Controller
Sets the command timeout (until the command is sent).
setOnConnectionOpened(Consumer<StreamConnection<T>>) - Method in class eu.mihosoft.devcom.StreamConnection
Specifies the action to be performed if the connection has been opened.
setOnDataReceived(Consumer<T>) - Method in class eu.mihosoft.devcom.COMPortConnection
 
setOnDataReceived(Consumer<T>) - Method in interface eu.mihosoft.devcom.DataConnection
Sets the action to be executed if data has been received.
setOnDataReceived(Consumer<T>) - Method in class eu.mihosoft.devcom.StreamConnection
 
setOnIOError(BiConsumer<COMPortConnection<T>, Exception>) - Method in class eu.mihosoft.devcom.COMPortConnection
 
setOnIOError(BiConsumer<StreamConnection<T>, Exception>) - Method in class eu.mihosoft.devcom.StreamConnection
 
setOnIOError(BiConsumer<V, Exception>) - Method in interface eu.mihosoft.devcom.DataConnection
Specifies the action to be performed if an I/O error occurs.
setOnPortFailed(BiConsumer<COMPortConnection<T>, Exception>) - Method in class eu.mihosoft.devcom.COMPortConnection
Specifies the action to be performed if the port cannot be opened.
setOnPortOpened(Consumer<COMPortConnection<T>>) - Method in class eu.mihosoft.devcom.COMPortConnection
Specifies the action to be performed if the port has been opened.
setPortConfig(PortConfig) - Method in class eu.mihosoft.devcom.COMPortConnection
Sets the configuration to use for connecting to a port.
setStreams(InputStream, OutputStream) - Method in class eu.mihosoft.devcom.StreamConnection
Sets the configuration to use for connecting to a port.
SPACE_PARITY - eu.mihosoft.devcom.ParityBits
 
StopBits - Enum in eu.mihosoft.devcom
Stop bit configurations that are supported by the underlying COM port library.
StreamConnection<T> - Class in eu.mihosoft.devcom
Stream connection for reading and writing data from io streams.
StreamConnection(DataFormat<T>) - Constructor for class eu.mihosoft.devcom.StreamConnection
Creates a new connection instance.
StreamConnection(DataFormat<T>, Consumer<StreamConnection<T>>, BiConsumer<StreamConnection<T>, Exception>) - Constructor for class eu.mihosoft.devcom.StreamConnection
Creates a new connection instance.
SwitchForDevcomModel<T> - Interface in eu.mihosoft.devcom
 

T

toString() - Method in class eu.mihosoft.devcom.Command
 
toString() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
toString() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
TWO_STOP_BITS - eu.mihosoft.devcom.StopBits
 
type() - Static method in interface eu.mihosoft.devcom.DeviceInfo
Returns the Type object of this model type.
type() - Static method in interface eu.mihosoft.devcom.PortConfig
Returns the Type object of this model type.

U

unsubscribe() - Method in interface eu.mihosoft.devcom.DataConnection.Subscription
Unsubscribes the listener.

V

valueOf(String) - Static method in enum eu.mihosoft.devcom.ParityBits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.mihosoft.devcom.StopBits
Returns the enum constant of this type with the specified name.
values() - Static method in enum eu.mihosoft.devcom.ParityBits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.mihosoft.devcom.StopBits
Returns an array containing the constants of this enum type, in the order they are declared.
vmf() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
vmf() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 

W

withBaudRate(int) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl.BuilderImpl
 
withBaudRate(int) - Method in interface eu.mihosoft.devcom.PortConfig.Builder
Sets the 'baudRate' property of this builder.
withDevice(String) - Method in interface eu.mihosoft.devcom.DeviceInfo.Builder
Sets the 'device' property of this builder.
withDevice(String) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl.BuilderImpl
 
withDeviceClass(String) - Method in interface eu.mihosoft.devcom.DeviceInfo.Builder
Sets the 'deviceClass' property of this builder.
withDeviceClass(String) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl.BuilderImpl
 
withMCUType(String) - Method in interface eu.mihosoft.devcom.DeviceInfo.Builder
Sets the 'mCUType' property of this builder.
withMCUType(String) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl.BuilderImpl
 
withName(String) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl.BuilderImpl
 
withName(String) - Method in interface eu.mihosoft.devcom.PortConfig.Builder
Sets the 'name' property of this builder.
withNumberOfDataBits(int) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl.BuilderImpl
 
withNumberOfDataBits(int) - Method in interface eu.mihosoft.devcom.PortConfig.Builder
Sets the 'numberOfDataBits' property of this builder.
withParityBits(ParityBits) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl.BuilderImpl
 
withParityBits(ParityBits) - Method in interface eu.mihosoft.devcom.PortConfig.Builder
Sets the 'parityBits' property of this builder.
withRS485ModeEnabled(boolean) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl.BuilderImpl
 
withRS485ModeEnabled(boolean) - Method in interface eu.mihosoft.devcom.PortConfig.Builder
Sets the 'rS485ModeEnabled' property of this builder.
withSerialNumber(String) - Method in interface eu.mihosoft.devcom.DeviceInfo.Builder
Sets the 'serialNumber' property of this builder.
withSerialNumber(String) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl.BuilderImpl
 
withStopBits(StopBits) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl.BuilderImpl
 
withStopBits(StopBits) - Method in interface eu.mihosoft.devcom.PortConfig.Builder
Sets the 'stopBits' property of this builder.
writeData(T) - Method in class eu.mihosoft.devcom.COMPortConnection
 
writeData(T) - Method in interface eu.mihosoft.devcom.DataConnection
Writes the specified raw message to the output stream.
writeData(T) - Method in class eu.mihosoft.devcom.StreamConnection
 
writeData(T, OutputStream) - Method in interface eu.mihosoft.devcom.DataFormat
Writes data to the specified input stream.

_

__vmf_toString(StringBuilder, IdentityHashMap<Object, ?>) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
__vmf_toString(StringBuilder, IdentityHashMap<Object, ?>) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_deepCopy(IdentityHashMap<Object, Object>) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_deepCopy(IdentityHashMap<Object, Object>) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_equals(Object) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_equals(Object) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getAnnotations() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getAnnotations() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getChildrenIndices() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getChildrenIndices() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getDefaultValueById(int) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getDefaultValueById(int) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getIndicesOfPropertiesWithModelElementTypes() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getIndicesOfPropertiesWithModelElementTypes() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getIndicesOfPropertiesWithModelTypeOrElementTypes() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getIndicesOfPropertiesWithModelTypeOrElementTypes() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getIndicesOfPropertiesWithModelTypes() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getIndicesOfPropertiesWithModelTypes() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getParentIndices() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getParentIndices() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getPropertyAnnotationsById(int) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getPropertyAnnotationsById(int) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getPropertyIdByName(String) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getPropertyIdByName(String) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getPropertyNames() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getPropertyNames() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getPropertyTypeNames() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getPropertyTypeNames() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getPropertyTypes() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getPropertyTypes() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getPropertyValueById(int) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getPropertyValueById(int) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getSuperTypeNames() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getSuperTypeNames() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getType() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getType() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_getTypeId() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_getTypeId() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_hashCode() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_hashCode() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_isSetById(int) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_isSetById(int) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_referencedBy() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_referencedBy() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_references() - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_references() - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_setDefaultValueById(int, Object) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_setDefaultValueById(int, Object) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_setThreadLocalEquals(ThreadLocal<Map<VObjectInternal.EqualsPair, ?>>) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_setThreadLocalEquals(ThreadLocal<Map<VObjectInternal.EqualsPair, ?>>) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_vmf_shallowCopy(IdentityHashMap<Object, Object>) - Method in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_vmf_shallowCopy(IdentityHashMap<Object, Object>) - Method in class eu.mihosoft.devcom.impl.PortConfigImpl
 
_VMF_TYPE_ID - Static variable in class eu.mihosoft.devcom.impl.DeviceInfoImpl
 
_VMF_TYPE_ID - Static variable in class eu.mihosoft.devcom.impl.PortConfigImpl
 
A B C D E G I L M N O P R S T U V W _ 
All Classes All Packages