C
BOOL ICMPBeginUsage();
Description
Claims ownership of the ICMP module.
Preconditions
None
Returns
TRUE: You have successfully gained ownership of the ICMP client module and can now use the ICMPSendPing() and ICMPGetReply() functions. FALSE: Some other application is using the ICMP client module. Calling ICMPSendPing() will corrupt the other application's ping result.
Side Effects
None
Remarks
None