OpcPipe communication.
More...
|
|
#define | OPCPIPE_PARAMS_PASSWORD(pipe) ((char*)((pipe) + 1)) |
| |
|
| EXTERN_C int WENTRY_C | WmkProtServerConnection (IP_CONNECT_PARAMS *ip, W_UINT8 *adapter, W_UINT32 *rethandle, const char *pwd, W_UINT32 options, ACCESS_VALUES *access) |
| |
| EXTERN_C int WENTRY_C | WmkProtClientConnection (IP_CONNECT_PARAMS *ip, W_UINT8 *adapter, W_UINT32 *rethandle, const char *pwd, W_UINT32 options) |
| |
|
EXTERN_C int WENTRY_C | OpcPipeNetDebugSetShareHandle (void *givenShare) |
| | Tani internal debug only!
|
| |
|
EXTERN_C int WENTRY_C | OpcPipeNetQueryLoadPath (char *name, int maxlen) |
| |
|
EXTERN_C int WENTRY_C | OpcPipeNetQueryVersion (W_UINT32 *version) |
| |
|
EXTERN_C int WENTRY_C | OpcPipeNetReadDebugBuffer (char *buffer, W_UINT32 buflen) |
| |
OpcPipe communication.
- Author
- Werner Krings, Werner Mehrbrodt
- Copyright: © 2018 Tani GmbH
- werne.nosp@m.r.kr.nosp@m.ings@.nosp@m.tani.nosp@m.ndust.nosp@m.rie..nosp@m.de
formatted with tab size of 6
- Date
- Created on 20 apr 18
last modified 20 april 2018
◆ WmkProtClientConnection()
| EXTERN_C int WENTRY_C WmkProtClientConnection |
( |
IP_CONNECT_PARAMS * |
ip, |
|
|
W_UINT8 * |
adapter, |
|
|
W_UINT32 * |
rethandle, |
|
|
const char * |
pwd, |
|
|
W_UINT32 |
options |
|
) |
| |
◆ WmkProtServerConnection()
| EXTERN_C int WENTRY_C WmkProtServerConnection |
( |
IP_CONNECT_PARAMS * |
ip, |
|
|
W_UINT8 * |
adapter, |
|
|
W_UINT32 * |
rethandle, |
|
|
const char * |
pwd, |
|
|
W_UINT32 |
options, |
|
|
ACCESS_VALUES * |
access |
|
) |
| |