NET_SDK_ActiveDeviceByMac¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Activate the device using the MAC address.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| pMacin | char* | Device MAC address. |
| passwordin | char* | Activate device password. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None