C
BOOL GetDataTypeInfo( DATA_TYPE dataType, DATA_TYPE_INFO * info );
Description
This routine validates the SNMP GEt dtat type and collects ASN data type value to the info.
Preconditions
ProcessHeader() is called.
Parameters
Parameters |
Description |
dataType |
SNMP pdu data type info. |
info |
matching data type info w.r.t dataTypeTable |
Returns
TRUE - success FALSE - failure
Remarks
None.