• [int] WiredConnection Priority: A number that defines the priority of a wired connection for the device.
• [int] WirelessConnectionPriority: A number that defines the priority of a wireless connection for the
device
DeviceWiredSettings Structure
The DeviceWiredSettings structure has the following values:
• [bool] UseDHCP: A flag specifying whether the device should use DHCP to obtain settings for the wired
connection.
Note: If the [bool] UseDHCP property is set to False, then the following properties should be defined.
• [string] IpAddress: A user-defined IPv4 address for the device wired connection.
• [string] SubnetMask: A user-defined IPv4 subnetwork mask for the device wired connection.
• [string] DefaultGateway: A user-defined IPv4 default gateway address for the device wired connection.
• [string] DNS1: A user-defined IPv4 address of a preferred DNS server for the device wired connection.
• [string] DNS2: A user-defined IPv4 address of an alternate DNS server for the device wired connection.
• [string] DNS3: A user-defined IPv4 address of a second alternate DNS server for the device wired connection.
DeviceWirelessSettings Structure
The DeviceWirelessSettings structure has the following values:
• [bool] Enabled: A flag specifying whether the wireless module should be enabled or disabled.
• [string] SSID: The service set identifier of the wireless network to which the device should connect.
• [string] Passphrase: The security key for the specified wireless network. For security reasons, this property
will always return Null (even if it has a value) when called by the following device management web methods:
GetAllDevices, GetSpecifiedDevices, FindDevices, GetDevice, GetDeviceBySerial.
• [bool] UseDHCP: A flag specifying whether the device should use DHCP to obtain settings for the wireless
connection.
Note: If the [bool] UseDHCP property is set to False, then the following properties should be defined.
• [string] IpAddress: A user-defined IPv4 address for the device wireless connection.
Comentários a estes Manuais