astra-protocol-x-parser
Version:
A lightweight NodeJS package for parsing data from Astra Telematics IoT devices
29 lines (28 loc) • 917 B
JavaScript
var ProtocolZModule33 = /** @class */ (function () {
function ProtocolZModule33(u8_1, i8_1, i8_2, i16_1, i16_2, u32_1, u8_2, u8_3, i16_3, i16_4, u8_4, u8_5, u32_2, u32_3, u32_4, u32_5, i8_3, u8_6, u32_6, u32_7, u8_7) {
this.u8_1 = u8_1;
this.i8_1 = i8_1;
this.i8_2 = i8_2;
this.i16_1 = i16_1;
this.i16_2 = i16_2;
this.u32_1 = u32_1;
this.u8_2 = u8_2;
this.u8_3 = u8_3;
this.i16_3 = i16_3;
this.i16_4 = i16_4;
this.u8_4 = u8_4;
this.u8_5 = u8_5;
this.u32_2 = u32_2;
this.u32_3 = u32_3;
this.u32_4 = u32_4;
this.u32_5 = u32_5;
this.i8_3 = i8_3;
this.u8_6 = u8_6;
this.u32_6 = u32_6;
this.u32_7 = u32_7;
this.u8_7 = u8_7;
}
ProtocolZModule33.mask = BigInt(1) << BigInt(32);
return ProtocolZModule33;
}());
export { ProtocolZModule33 };