Skip to content

NET_SDK_ModifyDeviceNetInfo

Interface Definition

1
2
BOOL NET_SDK_ModifyDeviceNetInfo(
    NET_SDK_DEVICE_IP_INFO* pDeviceIPInfo);
1
2
public static extern bool NET_SDK_ModifyDeviceNetInfo(
    ref NET_SDK_DEVICE_IP_INFO pDeviceIPInfo);

Function Description

Modify the device network configuration (interface abandonment) according to the MAC address matching.

Parameter Description

Parameters Type Remark
pDeviceIPInfoin NET_SDK_DEVICE_IP_INFO* Device network configuration.

Return Value

  • type:BOOL

  • remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code