![]() |
Tani OpcPipe protocol
1.0.5
Tani OpcPipe protocol
|
Macros | |
#define | WMK_PROT_BROWSE_ITEMS 1 |
#define | WMK_PROT_BROWSE_ONE_ITEM 2 |
#define | WMK_PROT_BROWSE_SERVER 3 |
#define | WMK_PROT_BROWSE_STRUCTURES 4 |
#define | WMK_PROT_BROWSE_ONE_STRUCTURE 5 |
#define | WMK_PROT_BROWSE_ENUMERATIONS 6 |
#define | WMK_PROT_BROWSE_ONE_ENUMERATION 7 |
#define | WMK_PROT_BROWSE_EVENT_TYPES 8 |
#define | WMK_PROT_BROWSE_EVENTS 9 |
#define | WMK_PROT_BROWSE_EVENT_FIELDS 10 |
#define | WMK_PROT_BROWSE_ONE_EVENT_TYPE 11 |
#define WMK_PROT_BROWSE_ENUMERATIONS 6 |
Browse enumerations.
On the server side this will use the internal enumeration cache.
#define WMK_PROT_BROWSE_EVENT_FIELDS 10 |
Browse possible event fiels of one OPC UA event type.
On the server side this will use the internal item list.
#define WMK_PROT_BROWSE_EVENT_TYPES 8 |
Browse possible OPC UA event types.
On the server side this will use the internal item list.
#define WMK_PROT_BROWSE_EVENTS 9 |
Browse possible event types of one OPC UA object.
On the server side this will use the internal item list.
#define WMK_PROT_BROWSE_ITEMS 1 |
Browse items.
On the server side this will call:
#define WMK_PROT_BROWSE_ONE_ENUMERATION 7 |
Browse content of one enumeration.
On the server side this will use the internal enumeration cache.
#define WMK_PROT_BROWSE_ONE_EVENT_TYPE 11 |
Browse one OPC UA event type.
On the server side this will use the internal item list.
#define WMK_PROT_BROWSE_ONE_ITEM 2 |
Browse information for one item.
On the server side this will call:
#define WMK_PROT_BROWSE_ONE_STRUCTURE 5 |
Browse content of one structure.
On the server side this will use the internal structure cache.
#define WMK_PROT_BROWSE_SERVER 3 |
Browse available servers.
#define WMK_PROT_BROWSE_STRUCTURES 4 |
Browse structures.
On the server side this will use the internal structure cache.