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

Method GetMulticast

pkg/ttnpb/end_device.pb.go:2850–2855  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2848}
2849
2850func (x *EndDevice) GetMulticast() bool {
2851 if x != nil {
2852 return x.Multicast
2853 }
2854 return false
2855}
2856
2857func (x *EndDevice) GetClaimAuthenticationCode() *EndDeviceAuthenticationCode {
2858 if x != nil {

Callers 15

deviceHasPathForDownlinkFunction · 0.80
SetMethod · 0.80
DeviceNeedsNewChannelReqFunction · 0.80
DeviceNeedsBeaconFreqReqFunction · 0.80
DeviceNeedsDevStatusReqFunction · 0.80
deviceUseADRFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected