UNPKG

@iot9x.com/ipc-utils

Version:

九星云、九星小程序、九星配置工具所共用的库方法

8 lines (7 loc) 140 B
/** DL/T645协议版本 */ export declare enum DLT645Version { /** 1997版本 */ DL1997 = 0, /** 2007版本 */ DL2007 = 1 }