| 121 | } |
| 122 | |
| 123 | type modbusReader struct { |
| 124 | conversation *core.ConversationInfo |
| 125 | } |
| 126 | |
| 127 | // New returns a new Modbus reader. |
| 128 | func (m *modbusReader) New(conversation *core.ConversationInfo) core.StreamDecoderInterface { |
nothing calls this directly
no outgoing calls
no test coverage detected