Tani OpcPipe protocol  1.0.5
Tani OpcPipe protocol
Macros
defines forref PLC_OPCPIPE_BROWSEITEMDATA_INFO::SpecialFlags

Macros

#define OPCPIPE_BROWSEINFO_FLAG_SYSTEM_CONN   0x0001
 is system connection
 
#define OPCPIPE_BROWSEINFO_FLAG_MEMORY_CONN   0x0002
 is internal memory connection
 
#define OPCPIPE_BROWSEINFO_FLAG_CONN_ALIAS   0x0004
 is connection alias
 
#define OPCPIPE_BROWSEINFO_FLAG_RAW_CONN   0x0008
 is raw (or file/fieldbus/...) connection, event data only
 
#define OPCPIPE_BROWSEINFO_FLAG_ITEM_REDIRECT   0x0010
 is an entry from item redirect
 
#define OPCPIPE_BROWSEINFO_FLAG_UA_ITEM_CONN   0x0020
 is an OPC UA item connection
 
#define OPCPIPE_BROWSEINFO_FLAG_EVENT_SOURCE   0x0040
 is an OPC UA event source
 
#define OPCPIPE_BROWSEINFO_FLAG_NOT_IMPORTED   0x0080
 structure/enum not imported yet; variable would be useable after import
 
#define OPCPIPE_BROWSEINFO_FLAG_CONFIG_CONN   0x0100
 is configuration connection
 
#define OPCPIPE_BROWSEINFO_FLAG_HISTORIAN_CONN   0x0200
 is historian connection
 
#define OPCPIPE_BROWSEINFO_FLAG_HISTORY_ENABLED   0x0400
 variable has history read functionality
 
#define OPCPIPE_BROWSEINFO_FLAG_MANDATORY   0x0800
 is a mandatory item (e.g. for UA types)
 
#define OPCPIPE_BROWSEINFO_FLAG_EVENT_HISTORY_ENABLED   0x0800
 element has event history read functionality
 

Detailed Description