|
pure virtual |
This method frees an octet string copied by the copyOctetString() method.
| pOctets | [ in ] An Octet String returned from copyOctetString() method. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to initialize was not made before this call. |
| P6R::eInvalidArg | pOctets is NULL. |