MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / DownlinkQueueRequest

Struct DownlinkQueueRequest

pkg/ttnpb/messages.pb.go:2169–2176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2167}
2168
2169type DownlinkQueueRequest struct {
2170 state protoimpl.MessageState
2171 sizeCache protoimpl.SizeCache
2172 unknownFields protoimpl.UnknownFields
2173
2174 EndDeviceIds *EndDeviceIdentifiers `protobuf:"bytes,1,opt,name=end_device_ids,json=endDeviceIds,proto3" json:"end_device_ids,omitempty"`
2175 Downlinks []*ApplicationDownlink `protobuf:"bytes,2,rep,name=downlinks,proto3" json:"downlinks,omitempty"`
2176}
2177
2178func (x *DownlinkQueueRequest) Reset() {
2179 *x = DownlinkQueueRequest{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected