typedef struct
{
ParamMsgHdrDef hdr;
} AliveMessageDef;
• | The lMsgID field of the hdr will have the value 3 (const long lPM_SERVER_ALIVE = 3). |
• | The lSeqNo field of the hdr contains the sequence number of the last update message sent from the server. If the sequence number is different from what was expected, the client application must send a Re-transmit request to the server. |