Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:ssl_api [2018/05/28 21:28]
michael [Callback Function]
en:ssl_api [2018/07/05 10:50] (current)
michael [Callback Function]
Line 11: Line 11:
 typedef const char* (*GetServerPrivateKeyFilePath)(uint32_t deviceId); typedef const char* (*GetServerPrivateKeyFilePath)(uint32_t deviceId);
 typedef const char* (*GetPassword)(uint32_t deviceId); typedef const char* (*GetPassword)(uint32_t deviceId);
-typedef void (*OnErrorOccured)(BS2_DEVICE_ID ​decoviceId, int errCode);+typedef void (*OnErrorOccured)(BS2_DEVICE_ID ​deviceId, int errCode);
 </​code>​ </​code>​