MCPcopy
hub / github.com/dreadl0ck/netcap / modbusReader

Struct modbusReader

decoder/stream/modbus/modbus_reader.go:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123type modbusReader struct {
124 conversation *core.ConversationInfo
125}
126
127// New returns a new Modbus reader.
128func (m *modbusReader) New(conversation *core.ConversationInfo) core.StreamDecoderInterface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected