Pppoe_get_info()
Description: |
API procedure, returns library-specific information according to the requested information element. |
Syntax: |
function pppoe_get_info(info_element as pppoe_info_elements, byref extra_data as string) as string |
Returns: |
Requested data in string form |
See Also: |
Parameter |
Description |
info_element |
Information element being requested: 0- PPPOE_INFO_ELEMENT_REQUIRED_BUFFERS: total number of buffer pages required for the library to operate. |
extra_data |
Leave this string argument empty. |