Application uplink message.
| 1851 | |
| 1852 | // Application uplink message. |
| 1853 | type ApplicationUp struct { |
| 1854 | state protoimpl.MessageState |
| 1855 | sizeCache protoimpl.SizeCache |
| 1856 | unknownFields protoimpl.UnknownFields |
| 1857 | |
| 1858 | EndDeviceIds *EndDeviceIdentifiers `protobuf:"bytes,1,opt,name=end_device_ids,json=endDeviceIds,proto3" json:"end_device_ids,omitempty"` |
| 1859 | CorrelationIds []string `protobuf:"bytes,2,rep,name=correlation_ids,json=correlationIds,proto3" json:"correlation_ids,omitempty"` |
| 1860 | // Server time when the Application Server received the message. |
| 1861 | ReceivedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=received_at,json=receivedAt,proto3" json:"received_at,omitempty"` |
| 1862 | // Types that are assignable to Up: |
| 1863 | // *ApplicationUp_UplinkMessage |
| 1864 | // *ApplicationUp_UplinkNormalized |
| 1865 | // *ApplicationUp_JoinAccept |
| 1866 | // *ApplicationUp_DownlinkAck |
| 1867 | // *ApplicationUp_DownlinkNack |
| 1868 | // *ApplicationUp_DownlinkSent |
| 1869 | // *ApplicationUp_DownlinkFailed |
| 1870 | // *ApplicationUp_DownlinkQueued |
| 1871 | // *ApplicationUp_DownlinkQueueInvalidated |
| 1872 | // *ApplicationUp_LocationSolved |
| 1873 | // *ApplicationUp_ServiceData |
| 1874 | Up isApplicationUp_Up `protobuf_oneof:"up"` |
| 1875 | // Signals if the message is coming from the Network Server or is simulated. |
| 1876 | // The Application Server automatically sets this field, and callers must not manually set it. |
| 1877 | Simulated bool `protobuf:"varint,14,opt,name=simulated,proto3" json:"simulated,omitempty"` |
| 1878 | } |
| 1879 | |
| 1880 | func (x *ApplicationUp) Reset() { |
| 1881 | *x = ApplicationUp{} |
nothing calls this directly
no outgoing calls
no test coverage detected