UNPKG
@zandor300/jsmodbus
Version:
latest (4.5.0)
4.5.0
4.4.0
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.2
4.1.1
4.1.0
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
Implementation for the Serial/TCP Modbus protocol.
@zandor300/jsmodbus
/
dist
/
constants
/
limits.d.ts
10 lines
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
const
LIMITS: {
readonly
COIL_MAX:
1
;
readonly
COIL_MIN:
0
;
readonly
ERROR_CODE_THRESHOLD:
128
;
readonly
REGISTER_MAX:
65535
;
readonly
REGISTER_MIN:
0
;
readonly
UINT16_MAX
:
65535
;
readonly
UINT16_MIN
:
0
; };
//# sourceMappingURL=limits.d.ts.map