Speedify SDK for Desktop/Embedded
14.9.3
|
Torrent detection result.
#include <results.h>
Data Fields | |
bool | isError |
Indicates if this result is an error. More... | |
SpeedifySDK_ErrorType | errorCode |
Error code. More... | |
char | errorMessage [SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message. More... | |
SpeedifySDK_EventID | eventId |
Asynchronous callback ID. More... | |
bool | willDisconnect |
SpeedifySDK_ErrorType SpeedifySDK_TorrentResult::errorCode |
Error code.
char SpeedifySDK_TorrentResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_TorrentResult::eventId |
Asynchronous callback ID.
bool SpeedifySDK_TorrentResult::isError |
Indicates if this result is an error.
bool SpeedifySDK_TorrentResult::willDisconnect |