package dataStruct type ParsingDataConfig struct { Origin uint16 //起始地址 Amount uint16 //寄存器数量 Method func([]byte, *CollectData) }