Collection Contents Previous Next PDF

MobiLink Server-Initiated Synchronization User's Guide

MobiLink Listener SDKs

Listener SDK for Windows

Message class

a_msg makeEmpty function

Function 

Clears (zeros) the fields of an a_msg instance.

Prototype 

void makeEmpty ( )

See also 
Example 

The following example uses the makeEmpty function to clear the contents of an a_msg instance.

a_msg* msgA;
msgA -> makeEmpty();

Collection Contents Previous Next PDF