astra-protocol-x-parser
Version:
A lightweight NodeJS package for parsing data from Astra Telematics IoT devices
19 lines (18 loc) • 609 B
JavaScript
var ProtocolZModule35 = /** @class */ (function () {
function ProtocolZModule35(str1, buffer1, buffer2, buffer3, buffer4, buffer5, str2, str3, u8_1, u8_2, u8_3) {
this.str1 = str1;
this.buffer1 = buffer1;
this.buffer2 = buffer2;
this.buffer3 = buffer3;
this.buffer4 = buffer4;
this.buffer5 = buffer5;
this.str2 = str2;
this.str3 = str3;
this.u8_1 = u8_1;
this.u8_2 = u8_2;
this.u8_3 = u8_3;
}
ProtocolZModule35.mask = BigInt(1) << BigInt(34);
return ProtocolZModule35;
}());
export { ProtocolZModule35 };