#include <beepprofile.h>
Public Attributes | |
srObjID | OID |
object ID | |
char * | pszProfileURI |
pointer to the URI to be used during negotiation | |
srRetVal(* | OnClntOpenLogChan )(struct sbChanObject *pChan) |
method to call if client-side API needs to open a log channel | |
srRetVal(* | OnClntSendLogMsg )(struct sbChanObject *pChan, char *szLogmsg) |
method to call if client-side API needs to send a syslog message | |
srRetVal(* | OnClntSendSLMG )(struct sbChanObject *pChan, struct srSLMGObject *pSLMG) |
method to call if client-side API needs to send a srSLMGObj | |
srRetVal(* | OnClntCloseLogChan )(struct sbChanObject *pChan) |
method to call if client-side API needs to close a log channel |
Implemented via beepprofile::h and beepprofile::c.