C
BOOL SNMPIsNotifyReady( IP_ADDR* remoteHost );
Description
This function resolves given remoteHost IP address into MAC address using ARP module. If remoteHost is not aviailable, this function would never return TRUE. Application must implement timeout logic to handle "remoteHost not avialable" situation.
Preconditions
SNMPNotifyPrepare() is already called.
Parameters
Parameters |
Description |
remoteHost |
Pointer to remote Host IP address |
Return Values
Return Values |
Description |
TRUE |
If remoteHost IP address is resolved and SNMPNotify may be called. |
FALSE |
If remoteHost IP address is not resolved. |
Remarks
This would fail if there were not UDP socket to open.