astra-protocol-x-parser
Version:
A lightweight NodeJS package for parsing data from Astra Telematics IoT devices
20 lines (19 loc) • 620 B
JavaScript
var ProtocolZModule32 = /** @class */ (function () {
function ProtocolZModule32(u8_1, i8_1, u16_1, i16_1, u32_1, u16_2, i16_2, i8_2, u32_2, u32_3, u16_3, u8_3) {
this.u8_1 = u8_1;
this.i8_1 = i8_1;
this.u16_1 = u16_1;
this.i16_1 = i16_1;
this.u32_1 = u32_1;
this.u16_2 = u16_2;
this.i16_2 = i16_2;
this.i8_2 = i8_2;
this.u32_2 = u32_2;
this.u32_3 = u32_3;
this.u16_3 = u16_3;
this.u8_3 = u8_3;
}
ProtocolZModule32.mask = BigInt(1) << BigInt(31);
return ProtocolZModule32;
}());
export { ProtocolZModule32 };