lcars-library-node
Version:
NodeJS module for creating a library for the LCARS dashboard system
15 lines (12 loc) • 507 B
JavaScript
/**
* A connection to another LCARS Library for additional elements and links.
* @class External
* @constructor
* @param {String} commonName Used in defining URLs in a reusable format between libraries.
* @param {String} address The literal address, generally either an IP or a Fully Qualified Domain Name (FQDN).
* @param {String} description
* @param {Socket} socket
* @param {Object} options
*/
module.exports = function(commonName, address, description, socket, options) {
};