Documentation ¶
Index ¶
- type ArgsDeviceId
- type ArgsDeviceRegister
- type ArgsDeviceUpdate
- type ArgsGenerateDeviceAccessToken
- type ArgsGetDeviceOnlineStatus
- type ArgsGetOffline
- type ArgsGetOnline
- type ArgsGetStatus
- type ArgsHeartBeat
- type ArgsOnEvent
- type ArgsPutData
- type ArgsSendCommand
- type ArgsSetStatus
- type ArgsValidateDeviceAccessToken
- type ReplyEmptyResult
- type ReplyGenerateDeviceAccessToken
- type ReplyGetDeviceOnlineStatus
- type ReplyGetOffline
- type ReplyGetOnline
- type ReplyGetStatus
- type ReplyHeartBeat
- type ReplyOnEvent
- type ReplyPutData
- type ReplySendCommand
- type ReplySetStatus
- type ReplyValidateDeviceAccessToken
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgsDeviceId ¶
type ArgsDeviceId struct {
Id uint64
}
type ArgsDeviceRegister ¶
device register args
type ArgsDeviceUpdate ¶
device update args
type ArgsGenerateDeviceAccessToken ¶
type ArgsGenerateDeviceAccessToken ArgsDeviceId
type ArgsGetDeviceOnlineStatus ¶
type ArgsGetDeviceOnlineStatus ArgsDeviceId
type ArgsGetOffline ¶
type ArgsGetOffline ArgsDeviceId
type ArgsGetOnline ¶
type ArgsGetStatus ¶
type ArgsGetStatus ArgsDeviceId
type ArgsHeartBeat ¶
type ArgsHeartBeat struct {
Id uint64
}
type ArgsOnEvent ¶
type ArgsPutData ¶
type ArgsSendCommand ¶
type ArgsSetStatus ¶
type ReplyEmptyResult ¶
type ReplyEmptyResult struct{}
type ReplyGenerateDeviceAccessToken ¶
type ReplyGenerateDeviceAccessToken struct {
AccessToken []byte
}
type ReplyGetOffline ¶
type ReplyGetOffline ReplyEmptyResult
type ReplyGetOnline ¶
type ReplyGetOnline ReplyEmptyResult
type ReplyGetStatus ¶
type ReplyHeartBeat ¶
type ReplyHeartBeat ReplyEmptyResult
type ReplyOnEvent ¶
type ReplyOnEvent ReplyEmptyResult
type ReplyPutData ¶
type ReplyPutData ReplyEmptyResult
type ReplySendCommand ¶
type ReplySendCommand ReplyEmptyResult
type ReplySetStatus ¶
type ReplySetStatus ReplyEmptyResult
type ReplyValidateDeviceAccessToken ¶
type ReplyValidateDeviceAccessToken ReplyEmptyResult
Click to show internal directories.
Click to hide internal directories.