astra-protocol-x-parser
Version:
A lightweight NodeJS package for parsing data from Astra Telematics IoT devices
12 lines (11 loc) • 398 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProtocolXGeofences = void 0;
var ProtocolXGeofences = /** @class */ (function () {
function ProtocolXGeofences(eventIndex) {
this.eventIndex = eventIndex;
}
ProtocolXGeofences.mask = BigInt(1) << BigInt(7);
return ProtocolXGeofences;
}());
exports.ProtocolXGeofences = ProtocolXGeofences;
;