Creates an SRP Stack.
Syntax
Handle = SRP_Stack( "Create" ) |
Returns
A handle to a new SRP Stack.
Remarks
The Create service creates a new SRP Stack. The stack is empty when created.
Examples
// Create an empty stack Handle = SRP_Stack( "Create" ) // Release stack when done SRP_Stack( "Release" , Handle) |