"Define common return code for new SDK functions that would normally return BOOL"
| C# | Visual Basic |
public enum SDK_RETURN_CODE
Public Enumeration SDK_RETURN_CODE
| Member | Description |
|---|---|
| Success |
"The call was successful"
|
| Fail |
"Unspecified failure"
|
| NotSupported |
"The API is not supported on the platform BTW stack version"
|
| Busy |
"The API cannot complete at this time, but may be retried"
|
| InvalidParam |
"One of the API parameters was invalid"
|
| ErrResources |
"A necessary resource could not be obtained"
|
| Timeout |
"The operation timed out before completion"
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
"Added BTW and SDK 5.0.1.1100".