UNPKG

enip-ts

Version:

Typescript implementation of the Ethernet/IP™ protocol.

6 lines (5 loc) 162 B
/// <reference types="node" /> export declare class EPathPort { /** Builds Port Segement for EPATH */ static build(port: number, link: number): Buffer; }