Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.ManAddrIfSubtype
Packages that use ManAddrIfSubtype
Package
Description
-
Uses of ManAddrIfSubtype in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return ManAddrIfSubtypeModifier and TypeMethodDescriptionstatic @Nullable ManAddrIfSubtypeManAddrIfSubtype.from(int value) static ManAddrIfSubtypeReturns the enum constant of this class with the specified name.static ManAddrIfSubtype[]ManAddrIfSubtype.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ManAddrIfSubtype in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return ManAddrIfSubtypeModifier and TypeMethodDescriptionLldpManagementAddressTxPortType.getIfSubtype()LldpManagementAddressType.getIfSubtype()Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ManAddrIfSubtypeModifierConstructorDescriptionLldpManagementAddressTxPortType(UInteger addressSubtype, @Nullable String manAddress, Boolean txEnable, UInteger addrLen, ManAddrIfSubtype ifSubtype, UInteger ifId) LldpManagementAddressType(UInteger addressSubtype, @Nullable String address, ManAddrIfSubtype ifSubtype, UInteger ifId)