For the master gateway only. Refer to the UDP API for the device gateway.
Overview
A master gateway manages devices through one or more device gateways. So, you have to specify a gateway ID when calling some of the APIs. Apart from this difference, the UDP Master API shares most of the data structures with the UDP API.
IP
You can get/set IP configuration of a device within a subnet using GetIPConfig/SetIPConfig.
GetIPConfig
Get the IP configuration of a device.
Parameter |
Type |
Description |
gatewayID |
string |
The ID of the gateway |
deviceInfo |
DeviceInfo |
The information of the device in the subnet |
Parameter |
Type |
Description |
config |
IPConfig |
The IP configuration read from the device |
SetIPConfig
Set the IP configuration of a device.
Parameter |
Type |
Description |
gatewayID |
string |
The ID of the gateway |
deviceInfo |
DeviceInfo |
The information of the device in the subnet |
config |
IPConfig |
The IP configuration to be written to the device |