IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

SSLStatus Event

Shows the progress of the secure connection.

Syntax

ANSI (Cross Platform)
virtual int FireSSLStatus(BTDaemonSSLStatusEventParams *e);
typedef struct {
int ConnectionId;
const char *Message; int reserved; } BTDaemonSSLStatusEventParams; Unicode (Windows) virtual INT FireSSLStatus(BTDaemonSSLStatusEventParams *e);
typedef struct {
INT ConnectionId;
LPCWSTR Message; INT reserved; } BTDaemonSSLStatusEventParams;
#define EID_BTDAEMON_SSLSTATUS 9

virtual INT IPWORKSBT_CALL FireSSLStatus(INT &iConnectionId, LPSTR &lpszMessage);

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 C++ Edition - Version 20.0 [Build 7941]