![]() |
Tani OpcPipe protocol
1.0.5
Tani OpcPipe protocol
|
API Struct for creating items. More...
Public Attributes | |
WMK_OPCPIPE_HANDLE | AppTopicHandle |
app topic handle (call pipe -> app; server side only) | |
WMK_OPCPIPE_HANDLE | PipeTopicHandle |
pipe topic handle (call app -> pipe; server side only) | |
WMK_OPCPIPE_HANDLE | AppItemHandle |
app item handle (call pipe -> app) | |
WMK_OPCPIPE_HANDLE | PipeItemHandle |
pipe item handle (call app -> pipe) | |
W_UINT16 | DataType |
TYP_USE_xx data type | |
W_UINT16 | DataFlags |
TYP_FLAGS_xx data flags | |
W_UINT16 | CreateErr |
error values error, only on response | |
W_UINT8 | AccessRights |
values for PLC_OPCPIPE_BROWSEITEMDATA::Flags, bitcoded bitcoded, only on response | |
W_UINT8 | CreateFlags |
defines for WMK_PROT_CREATE_ITEM_DATA_EX::CreateFlags, only on request | |
const char * | ItemName |
item name, only on request | |
void * | ApplicationData |
application data pointer to set, can be retrieved by WmkProtGetAppData | |
char | reserved [8] |
API Struct for creating items.