UNPKG
enip-ts
Version:
latest (3.0.0)
3.0.0
2.0.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.7
1.0.6
Typescript implementation of the Ethernet/IP™ protocol.
github.com/kworz/ts-enip
kworz/ts-enip
enip-ts
/
dist
/
enip
/
cip
/
epath
/
port.d.ts
6 lines
(5 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="node" />
export
declare
class
EPathPort
{
/** Builds Port Segement for EPATH */
static
build
(port: number, link: number)
: Buffer;
}