|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <server_pubsub.h>
Data Fields | |
| UA_Byte | byte |
| UA_UInt16 | uint16 |
| UA_UInt32 | uint32 |
| UA_UInt64 | uint64 |
| UA_String | string |
Publisher Id Valid types are defined in Part 14, 7.2.2.2.2 NetworkMessage Layout:
Bit range 0-2: PublisherId Type 000 The PublisherId is of DataType Byte This is the default value if ExtendedFlags1 is omitted 001 The PublisherId is of DataType UInt16 010 The PublisherId is of DataType UInt32 011 The PublisherId is of DataType UInt64 100 The PublisherId is of DataType String
Definition at line 56 of file server_pubsub.h.
| UA_Byte UA_PublisherId::byte |
Definition at line 57 of file server_pubsub.h.
| UA_String UA_PublisherId::string |
Definition at line 61 of file server_pubsub.h.
| UA_UInt16 UA_PublisherId::uint16 |
Definition at line 58 of file server_pubsub.h.
| UA_UInt32 UA_PublisherId::uint32 |
Definition at line 59 of file server_pubsub.h.
| UA_UInt64 UA_PublisherId::uint64 |
Definition at line 60 of file server_pubsub.h.