UNPKG

astra-protocol-x-parser

Version:

A lightweight NodeJS package for parsing data from Astra Telematics IoT devices

9 lines (8 loc) 266 B
var ProtocolXGeofences = /** @class */ (function () { function ProtocolXGeofences(eventIndex) { this.eventIndex = eventIndex; } ProtocolXGeofences.mask = BigInt(1) << BigInt(7); return ProtocolXGeofences; }()); export { ProtocolXGeofences };