SNMPIsNotifyReady Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SNMPIsNotifyReady Function
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.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.