OverView Index Help                                                                AdventNet Agent Toolkit C Edition 6 

httpnotifications.c.
This file contains all the functions relating the http notifications. The methods like initializing the Notification table, adding entries in the notification table, creating the HTML tag for Notifications and functions relating to the storage of notifications in the text file when the vector size is becomes greater than 10. .
Return Type Method Summary
StringBuffer* CreateHtmlNotification()
             This function creates the html tags for the display of the notification information from the vector gv_httpNotificationTable.
CHAR CreateHttpNotification(Attribute *protocolAttrbs, INT32 protocolAttrbsLen, NotificationAttribute *notifAttrbs, INT32 notifAttrbsLen)
             This function creates the notification.
   
Method Details

CreateHtmlNotification()

StringBuffer* CreateHtmlNotification()

This function creates the html tags for the display of the notification information from the vector gv_httpNotificationTable.

Arguments:
Nothing.
Return type:
String Buffer.
Bugs:
null

CreateHttpNotification()

CHAR CreateHttpNotification(Attribute *protocolAttrbs, INT32 protocolAttrbsLen, NotificationAttribute *notifAttrbs, INT32 notifAttrbsLen)

This function creates the notification. Whenever this function is called an entry is added in the gv_httpNotificationTable which is used to create the notifications.

Arguments:
1. Protocol Specific info (IN).
2. Protocol Specific info length (IN).
3. Notification Attributes info (IN).
4. Notification Attributes info length (IN).
Return type:
Nothing.
Bugs:
null



OverView Index Help                                                                AdventNet Agent Toolkit C Edition 6 

Copyright (c) 1999-2007 AdventNet, Inc. All Rights Reserved.