Client Information Structure used in GetCallerInformation. More...
#include <srvcore.h>
Data Fields | |
| short | accessMode |
| SCKADR | addr |
| UINT16 | counter |
| short | inetProtocol |
| short | ncontracts |
| SINT32 | pollingRate |
| UINT16 | reserved1 |
| UINT16 | reserved2 |
| UINT16 | reserved3 |
| UINT32 | starttime |
| short | tineProtocol |
| char | userName [USERNAME_SIZE] |
Client Information Structure used in GetCallerInformation.
| short ClnInfoStruct::accessMode |
this client's requested access mode: CM_SINGLE, CM_DATACHANGE, CM_TIMER, etc.
| SCKADR ClnInfoStruct::addr |
this client's ip address
| UINT16 ClnInfoStruct::counter |
this client's counts remaining in subscription(s)
| short ClnInfoStruct::inetProtocol |
this client's transport protocol: UDP, TCP, STREAM , etc.
| short ClnInfoStruct::ncontracts |
this client's total number of contracts
| SINT32 ClnInfoStruct::pollingRate |
this client's requested polling rate
| UINT16 ClnInfoStruct::reserved1 |
reserved field
| UINT16 ClnInfoStruct::reserved2 |
reserved field
| UINT16 ClnInfoStruct::reserved3 |
reserved field
| UINT32 ClnInfoStruct::starttime |
this client's start of initial subscription
| short ClnInfoStruct::tineProtocol |
this client's tine protocol level
| char ClnInfoStruct::userName[USERNAME_SIZE] |
this client's user name
1.5.8