Speedify SDK for Desktop/Embedded
15.0.1
|
Accounting 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... | |
SpeedifySDK_AccountingData | accounting |
Information on the account. More... | |
SpeedifySDK_AccountingData SpeedifySDK_AccountingResult::accounting |
Information on the account.
SpeedifySDK_ErrorType SpeedifySDK_AccountingResult::errorCode |
Error code.
char SpeedifySDK_AccountingResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_AccountingResult::eventId |
Asynchronous callback ID.
bool SpeedifySDK_AccountingResult::isError |
Indicates if this result is an error.