# Functions

通过子设备ID获取网关配置.
modbus错误码方法,返回一个错误说明.

# Variables

设备连接map, key是设备的token,value是设备的连接 var DeviceConnectionMap = make(map[string]*net.Conn).
设备读写互斥锁.
平台网关配置map, key是网关的token,value是网关的配置 var GateWayConfigMap = make(map[string]*api.DeviceConfigResponseData).
modbus错误码映射.
No description provided by the author
No description provided by the author