Tani OpcPipe protocol  1.0.5
Tani OpcPipe protocol
Macros
values for OPCPIPE_STATUS::Flags

Macros

#define OPCPIPE_STATUS_FLAG_SUSPENDED   0x01
 set if the connection is suspended (it will not be estanblished)
 
#define OPCPIPE_STATUS_FLAG_NETWORK_OK   0x02
 set if the network (IP) connection is established
 
#define OPCPIPE_STATUS_FLAG_LOGIC_OK   0x04
 set if the complete conneciton is established (including login) and data exchange can occur
 

Detailed Description