huaweicloud-iot-device-sdk-go/iot_device_config.go

10 lines
172 B
Go
Raw Normal View History

2021-03-19 19:52:53 +08:00
package iot
type DeviceConfig struct {
Id string
Password string
Servers string
Qos byte
BatchSubDeviceSize int
}