Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IAsn1_2::freeOctetString ( P6ASN1OCTET pOctets)
pure virtual

This method frees an octet string copied by the copyOctetString() method.

Parameters
pOctets[ in ] An Octet String returned from copyOctetString() method.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidArgpOctets is NULL.