Step Six: Terminating SKIM API Object Disconnection

 

The API function described in this section is used to terminate a SwitchKit Interface Module API object and disconnect from the LLC.

 

 

Application Code

api_classptr.Terminate();

 

if (CONN_ID)

{

skts_destroyConnection(connection);

connection = NULL;

}

classc