tfPppCallbackRegister

Jump to: navigation, search

Table of Contents >> Optional Protocols >> PPP Interface


#include <trsocket.h>


int tfPppCallbackRegister (
ttUserInterface interfaceHandle,
ttPppCallbackUserFunc* funcPtr
);


Function Description

This function registers a user function to receive action requests and event notifications from Treck PPP. The user function must adhere to the ttPppCallbackUserFunc prototype.


Parameters

  • interfaceHandle
    The interface for which you want notification.
  • funcPtr
    Pointer to the user function.


Returns

  • TM_ENOERROR
    Success


Table of Contents >> Optional Protocols >> PPP Interface