# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewSetPollStrCommand 轮询字串设置.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
寄存器采集,JSON 上报.
No description provided by the author
字串采集.
CommandTypeGet 远程获取.
CommandTypeSet 远程设置.
DataBits7 7位数据位 暂不支持.
DataBits8 8位数据位.
DataFormatAscii ASCII 格式,设置为 0 表示之后输入的轮询指令均为以 ASCII 形式轮 即输入什么字串就轮询什么字串.
DataFormatHex HEX 格式,设置为 1 表示之后输入的轮询指令需要满足 HEX 格式,轮 询时会自动转成 16 进制对应的 ASCII 字串.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParityEven 偶校验.
ParityNone 无校验.
ParityOdd 奇校验.
No description provided by the author
RegisterContentTypeICCID 20 位 SIM 卡对应编码.
RegisterContentTypeIMEI 15 位模块对应的唯一识别码.
RegisterModeData 和数据一起上传.
RegisterModeDataAndConnect 包括 1,2.
No description provided by the author
RegisterModeOnlyConnect 仅连接时上传.
No description provided by the author
RegResponseDataByteOrderBigEndian 大端.
No description provided by the author
RegResponseDataByteOrderLittleEndian 小端.
RegResponseDataFormatBit16 16 位 按位读取(读取数据的第一位数据是 0 还是 1).
RegResponseDataFormatFloat32 32位浮点数.
RegResponseDataFormatSigned16 16位有符号数.
RegResponseDataFormatSigned32 32位有符号数.
RegResponseDataFormatUnsigned16 16位无符号数.
RegResponseDataFormatUnsigned32 32位无符号数.
StopBits1 1位停止位.
StopBits2 2位停止位.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
ErrInvalidWorkMode 无效的工作模式.
ErrOperationFailed 操作失败.
ErrUnsupportedCommandType 该指令不支持此命令类型.
PowerOffCommand 重启设备.
ReadICCIDCommand 获取卡号.
ReadIMEICommand 获取IMEI.
No description provided by the author
ReadSignal 读取信号.
SaveConfigCommand 保存参数.
# Interfaces
Commander 定义了AT指令执行器的接口.
JsonReportCommand 配置 JSON 每组上报周期.
PollJsonCfgCommand 轮询JSON使能配置.
PollJsonRegCfgCommand 轮询 JSON 寄存器配置.
SetHeartbeatAvoidanceCfgCommand 设置心跳避让配置.
SetHeartbeatCfgCommand 心跳配置.
SetMQTTAutoPubCfgCommand MQTT自动发布配置.
SetMQTTAutoSubCfgCommand MQTT自动订阅配置.
SetMQTTClientIDCfgCommand MQTT客户端ID配置.
SetMQTTServerCfgCommand MQTT服务器配置.
SetMQTTUserPwdCfgCommand MQTT用户名密码配置.
No description provided by the author
No description provided by the author
No description provided by the author
SetSerialCommand 串口参数设置.
No description provided by the author
SetWorkModeCommand DTU通道工作模式配置.
# Type aliases
No description provided by the author
CollectType 自定义轮询使能
0 关闭数据采集功能
1 开启字串采集,透明上报
2 寄存器采集,JSON 上报.
No description provided by the author
No description provided by the author
DataFormat 数据输入格式.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegResponseDataFormat 寄存器配置响应数据格式.
No description provided by the author
No description provided by the author