()
| 2106 | } |
| 2107 | |
| 2108 | func (m *Message) GetPayload() isMessage_Payload { |
| 2109 | if m != nil { |
| 2110 | return m.Payload |
| 2111 | } |
| 2112 | return nil |
| 2113 | } |
| 2114 | |
| 2115 | func (x *Message) GetMacPayload() *MACPayload { |
| 2116 | if x, ok := x.GetPayload().(*Message_MacPayload); ok { |
no outgoing calls
no test coverage detected