Skip to content

NET_SDK_GetLastError

Interface Definition

1
DWORD NET_SDK_GetLastError();
1
public static extern UInt32 NET_SDK_GetLastError();

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

Error Code