RosDeviceProps
Properties for defining a RosDevice.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-iot-device
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkiot"
&alicloudroscdkiot.RosDeviceProps {
ProductKey: interface{},
DevEui: interface{},
DeviceName: interface{},
IotInstanceId: interface{},
Nickname: interface{},
PinCode: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
ProductKey |
interface{} |
No description. |
DevEui |
interface{} |
No description. |
DeviceName |
interface{} |
No description. |
IotInstanceId |
interface{} |
No description. |
Nickname |
interface{} |
No description. |
PinCode |
interface{} |
No description. |
ProductKeyRequired
ProductKey interface{}
- Type: interface{}
DevEuiOptional
DevEui interface{}
- Type: interface{}
DeviceNameOptional
DeviceName interface{}
- Type: interface{}
IotInstanceIdOptional
IotInstanceId interface{}
- Type: interface{}
NicknameOptional
Nickname interface{}
- Type: interface{}
PinCodeOptional
PinCode interface{}
- Type: interface{}