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