UNPKG

ethernet-ip

Version:

A feature-complete EtherNet/IP client for Rockwell ControlLogix/CompactLogix PLCs

17 lines 1.89 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FragmentationError = exports.TypeMismatchError = exports.TagNotFoundError = exports.CIPError = exports.TimeoutError = exports.ForwardOpenError = exports.SessionError = exports.ConnectionError = exports.EIPError = exports.getStatusMessage = exports.CIP_STATUS_CODES = void 0; var cip_status_codes_1 = require("./cip-status-codes"); Object.defineProperty(exports, "CIP_STATUS_CODES", { enumerable: true, get: function () { return cip_status_codes_1.CIP_STATUS_CODES; } }); Object.defineProperty(exports, "getStatusMessage", { enumerable: true, get: function () { return cip_status_codes_1.getStatusMessage; } }); var errors_1 = require("./errors"); Object.defineProperty(exports, "EIPError", { enumerable: true, get: function () { return errors_1.EIPError; } }); Object.defineProperty(exports, "ConnectionError", { enumerable: true, get: function () { return errors_1.ConnectionError; } }); Object.defineProperty(exports, "SessionError", { enumerable: true, get: function () { return errors_1.SessionError; } }); Object.defineProperty(exports, "ForwardOpenError", { enumerable: true, get: function () { return errors_1.ForwardOpenError; } }); Object.defineProperty(exports, "TimeoutError", { enumerable: true, get: function () { return errors_1.TimeoutError; } }); Object.defineProperty(exports, "CIPError", { enumerable: true, get: function () { return errors_1.CIPError; } }); Object.defineProperty(exports, "TagNotFoundError", { enumerable: true, get: function () { return errors_1.TagNotFoundError; } }); Object.defineProperty(exports, "TypeMismatchError", { enumerable: true, get: function () { return errors_1.TypeMismatchError; } }); Object.defineProperty(exports, "FragmentationError", { enumerable: true, get: function () { return errors_1.FragmentationError; } }); //# sourceMappingURL=index.js.map