Home
last modified time | relevance | path

Searched defs:DeviceChannel (Results 1 – 4 of 4) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/iot/
H A Dstruct_device_channel.go19 type DeviceChannel struct { struct
20 ChannelId string `json:"ChannelId" xml:"ChannelId"`
21 ChannelName string `json:"ChannelName" xml:"ChannelName"`
22 IotId string `json:"IotId" xml:"IotId"`
H A Dstruct_device_channel_list.go20 DeviceChannel []DeviceChannel `json:"DeviceChannel" xml:"DeviceChannel"` member
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/devices/
H A Dchar.py155 class DeviceChannel(_DeviceChar): class
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/network/
H A Dlscpserver.cpp2647 …dAudioOutputChannel(uint uiSamplerChannel, uint FxSendID, uint FxSendChannel, uint DeviceChannel) { in SetFxSendAudioOutputChannel()