public class GenericBsdParser extends BsdParser
| Constructor and Description |
|---|
GenericBsdParser() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.milo.opcua.stack.core.serialization.codecs.OpcUaBinaryDataTypeCodec<?> |
getEnumCodec(EnumeratedType enumeratedType)
Create an
OpcUaBinaryDataTypeCodec for the provided EnumeratedType. |
protected org.eclipse.milo.opcua.stack.core.serialization.codecs.OpcUaBinaryDataTypeCodec<?> |
getStructCodec(StructuredType structuredType)
Create an
OpcUaBinaryDataTypeCodec for the provided StructuredType. |
protected org.eclipse.milo.opcua.stack.core.serialization.codecs.OpcUaBinaryDataTypeCodec<?> getEnumCodec(EnumeratedType enumeratedType)
BsdParserOpcUaBinaryDataTypeCodec for the provided EnumeratedType.getEnumCodec in class BsdParserenumeratedType - the EnumeratedType.OpcUaBinaryDataTypeCodec for the provided EnumeratedType.protected org.eclipse.milo.opcua.stack.core.serialization.codecs.OpcUaBinaryDataTypeCodec<?> getStructCodec(StructuredType structuredType)
BsdParserOpcUaBinaryDataTypeCodec for the provided StructuredType.getStructCodec in class BsdParserstructuredType - the StructuredType.OpcUaBinaryDataTypeCodec for the provided StructuredType.Copyright © 2021. All rights reserved.