OverView Index Help                                                                WebNMS Agent Toolkit C Edition 6 

stringbuffer.c
This file contains methods related to management of string buffer. These methods can be used by SNMP, HTTP and generated code.
Return Type Method Summary
CHAR Append(StringBuffer *stBuf, CHAR *str)
             Appends the string buffer with the given string.
CHAR InitStringBuffer(StringBuffer *stBuf, INT32 bufLen, INT32 scaleValue)
             Initiliazes the String Buffer with Default Values.
CHAR InitStringBufferDefault(StringBuffer *stBuf)
             Initiliazes the String Buffer with Default Values.
   
Method Details

Append()

CHAR Append(StringBuffer *stBuf, CHAR *str)

Appends the string buffer with the given string.

Arguments:
1.String Buffer Reference (IN/OUT).
2.String to append(IN).
Return type:
Exit Status.
Bugs:
null

InitStringBuffer()

CHAR InitStringBuffer(StringBuffer *stBuf, INT32 bufLen, INT32 scaleValue)

Initiliazes the String Buffer with Default Values.

Arguments:
1.String Buffer Reference (IN/OUT).
2.Total Buffer Length (IN).
3.Scale Value (IN).
Return type:
Exit Status.
Bugs:
null

InitStringBufferDefault()

CHAR InitStringBufferDefault(StringBuffer *stBuf)

Initiliazes the String Buffer with Default Values.

Arguments:
1.String Buffer Reference (IN/OUT).
Return type:
Exit Status.
Bugs:
null


OverView Index Help                                                                WebNMS Agent Toolkit C Edition 6 

Copyright (c) 2009 ZOHO Corp. All Rights Reserved.