![]() |
Speedify SDK for Desktop/Embedded 16.0.2
|
Accounting result. More...
#include <results.h>
Data Fields | |
| bool | isError |
| Indicates if this result is an error. | |
| SpeedifySDK_ErrorType | errorCode |
| Error code. | |
| char | errorMessage [SPEEDIFYSDK_MAX_ERROR_STRING] |
| Error message. | |
| SpeedifySDK_EventID | eventId |
| Asynchronous callback ID. | |
| SpeedifySDK_AccountingData | accounting |
| Information on the account. | |
Accounting result.
| 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.