NET_SDK_GetLastError¶
Interface Definition¶
1 | |
1 | |
Function Description¶
Returns the error code of the last operation.
Parameter Description¶
None
Return Value¶
-
type:DWORD
-
remark:The return value is an error code. Error codes are mainly divided into two categories: network communication library error codes and software and hardware library error codes. For specific meanings, refer to
NET_SDK_ERROR.
Remarks¶
None