DSP dspSecurityTerm()
syntax: |
dsp.dspSecurityTerm(secureVar) |
where: |
secureVar - private storage for the DSP security.
|
return: |
void.
|
description: |
This function is typically not needed, but you can use it to cleanup anything you initialized in the DSP security initialization function.
|
see: |
#link <sedsp>, DSP dspSecurityInit(), DSP dspSecurityGuard()
|