RosDeviceProps
Properties for defining a RosDevice
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-device
Initializer
using AlibabaCloud.SDK.ROS.CDK.Iot;
new RosDeviceProps {
object ProductKey,
object DevEui = null,
object DeviceName = null,
object IotInstanceId = null,
object Nickname = null,
object PinCode = null
};
Properties
Name | Type | Description |
---|---|---|
ProductKey |
object |
No description. |
DevEui |
object |
No description. |
DeviceName |
object |
No description. |
IotInstanceId |
object |
No description. |
Nickname |
object |
No description. |
PinCode |
object |
No description. |
ProductKey
Required
public object ProductKey { get; set; }
- Type: object
DevEui
Optional
public object DevEui { get; set; }
- Type: object
DeviceName
Optional
public object DeviceName { get; set; }
- Type: object
IotInstanceId
Optional
public object IotInstanceId { get; set; }
- Type: object
Nickname
Optional
public object Nickname { get; set; }
- Type: object
PinCode
Optional
public object PinCode { get; set; }
- Type: object