package nmodbus import ( "encoding/binary" "git.noahlan.cn/noahlan/nnet/config" ) // ModbusTCPConf ModbusTCP配置 type ModbusTCPConf struct { config.EngineConf // 引擎配置 ByteOrder binary.ByteOrder // 字节序 }