DeviceProps
Properties for defining a Device
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-device
Initializer
using AlibabaCloud.SDK.ROS.CDK.Iot;
new DeviceProps {
object ProductKey,
object DevEui = null,
object DeviceName = null,
object IotInstanceId = null,
object Nickname = null,
object PinCode = null
};
Properties
Name | Type | Description |
---|---|---|
ProductKey |
object |
Property productKey: The identifier of the product to which the device to be registered belongs. |
DevEui |
object |
Property devEui: DevEUI LoRaWAN equipment. |
DeviceName |
object |
Property deviceName: The name of the device that you want to register. |
IotInstanceId |
object |
Property iotInstanceId: Public instance does not pass this parameter; |
Nickname |
object |
Property nickname: Add a nickname for the device. |
PinCode |
object |
Property pinCode: PIN Code LoRaWAN device for checking the legitimacy of DevEUI. |
ProductKey
Required
public object ProductKey { get; set; }
- Type: object
Property productKey: The identifier of the product to which the device to be registered belongs.
DevEui
Optional
public object DevEui { get; set; }
- Type: object
Property devEui: DevEUI LoRaWAN equipment.
When you create a LoRaWAN devices, this will pass.
DeviceName
Optional
public object DeviceName { get; set; }
- Type: object
Property deviceName: The name of the device that you want to register.
The device name must consist of 4 to 32 characters, including English letters, digits, and special characters, for example, hyphens (-), underscores (_), at signs (@), periods (.) , and colons (:). DeviceName is used with ProductKey to identify a specified device. Note If you do not specify this parameter, the system will generate a name for the device.
IotInstanceId
Optional
public object IotInstanceId { get; set; }
- Type: object
Property iotInstanceId: Public instance does not pass this parameter;
instance that you need to buy the incoming instance ID.
Nickname
Optional
public object Nickname { get; set; }
- Type: object
Property nickname: Add a nickname for the device.
A nickname can be 4-64 characters in length, and can contain Chinese characters, English letters, numbers and underscores (_). A Chinese character counts as two characters.
PinCode
Optional
public object PinCode { get; set; }
- Type: object
Property pinCode: PIN Code LoRaWAN device for checking the legitimacy of DevEUI.
When you create a LoRaWAN devices, this will pass.