Skip to content

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.

ProductKeyRequired

public object ProductKey { get; set; }
  • Type: object

DevEuiOptional

public object DevEui { get; set; }
  • Type: object

DeviceNameOptional

public object DeviceName { get; set; }
  • Type: object

IotInstanceIdOptional

public object IotInstanceId { get; set; }
  • Type: object

NicknameOptional

public object Nickname { get; set; }
  • Type: object

PinCodeOptional

public object PinCode { get; set; }
  • Type: object