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

Method GetFPort

pkg/ttnpb/lorawan.pb.go:2278–2283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2276}
2277
2278func (x *MACPayload) GetFPort() uint32 {
2279 if x != nil {
2280 return x.FPort
2281 }
2282 return 0
2283}
2284
2285func (x *MACPayload) GetFrmPayload() []byte {
2286 if x != nil {

Callers 6

ValidateFieldsMethod · 0.95
FromUplinkMessageMethod · 0.45
HandleUpMethod · 0.45
HandleUpMethod · 0.45
mergePackageDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected