Speedify SDK for Desktop/Embedded
14.9.3
|
Adapter Overlimit 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... | |
char | adapterID [SPEEDIFYSDK_MAX_ADAPTER_NAME] |
Unique ID of the overlimit adapter. More... | |
SpeedifySDK_NetworkType | type |
Type of the new adapter. More... | |
SpeedifySDK_AdapterUsageData | usageData |
Current usage on the adapter. More... | |
char SpeedifySDK_AdapterOverlimitResult::adapterID[SPEEDIFYSDK_MAX_ADAPTER_NAME] |
Unique ID of the overlimit adapter.
SpeedifySDK_ErrorType SpeedifySDK_AdapterOverlimitResult::errorCode |
Error code.
char SpeedifySDK_AdapterOverlimitResult::errorMessage[SPEEDIFYSDK_MAX_ERROR_STRING] |
Error message.
SpeedifySDK_EventID SpeedifySDK_AdapterOverlimitResult::eventId |
Asynchronous callback ID.
bool SpeedifySDK_AdapterOverlimitResult::isError |
Indicates if this result is an error.
SpeedifySDK_NetworkType SpeedifySDK_AdapterOverlimitResult::type |
Type of the new adapter.
SpeedifySDK_AdapterUsageData SpeedifySDK_AdapterOverlimitResult::usageData |
Current usage on the adapter.