| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Method and Description |
|---|---|
PubSubMessageEncoding |
PubSubTransportProfile.getMessageEncoding() |
static PubSubMessageEncoding |
PubSubMessageEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubMessageEncoding[] |
PubSubMessageEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PubSubTransportProfile |
PubSubTransportProfile.valueOf(PubSubTransportProtocol transportProtocol,
PubSubMessageEncoding messageEncoding)
Returns
PubSubTransportProfile that has the given combination or throws
IllegalArgumentException if a given combination is not valid. |
Copyright © 2026. All rights reserved.