()
| 1379 | } |
| 1380 | |
| 1381 | func (x *ApplicationDownlink) GetClassBC() *ApplicationDownlink_ClassBC { |
| 1382 | if x != nil { |
| 1383 | return x.ClassBC |
| 1384 | } |
| 1385 | return nil |
| 1386 | } |
| 1387 | |
| 1388 | func (x *ApplicationDownlink) GetPriority() TxSchedulePriority { |
| 1389 | if x != nil { |
no outgoing calls
no test coverage detected