| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static UaBinaryFile |
UaBinaryFile.from(EncoderContext context,
Object body,
String schemaLocation,
KeyValuePair... fileHeader)
Creates
UaBinaryFile based on the given data. |
static UaBinaryFile |
UaBinaryFile.from(EncoderContext context,
UABinaryFileDataType data)
Returns
UaBinaryFile that wraps the given data and context. |
static UaBinaryFile |
UaBinaryFile.parse(InputStream inputStream)
Parses the given
InputStream, throws DecodingException on failure. |
| Modifier and Type | Field and Description |
|---|---|
static PubSubSystemCommandType<PubSubSystemConfToUaBinaryFileCommand,UaBinaryFile> |
PubSubSystemCommands.INTERNAL_PUB_SUB_SYSTEM_CONF_TO_UABINARYFILE
Internal prototype
PubSubSystemCommand to generate a UaBinaryFile of the
current live configuration. |
Copyright © 2026. All rights reserved.