| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types |
| Modifier and Type | Class and Description |
|---|---|
class |
OpcUaBinaryDataTypeDictionary |
class |
OpcUaXmlDataTypeDictionary |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DataTypeDictionary<?> |
DefaultDataTypeManager.getDataTypeDictionary(String namespaceUri) |
@Nullable DataTypeDictionary<?> |
DataTypeManager.getDataTypeDictionary(String namespaceUri)
Get a registered
DataTypeDictionary by its namespace URI. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDataTypeManager.registerTypeDictionary(DataTypeDictionary<?> dataTypeDictionary) |
void |
DataTypeManager.registerTypeDictionary(DataTypeDictionary<?> dataTypeDictionary)
Register a
DataTypeDictionary and all the DataTypeCodecs it contains. |
Copyright © 2025. All rights reserved.