UNPKG
enip-ts
Version:
latest (2.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
/
index.d.ts
3 lines
(2 loc)
•
86 B
TypeScript
View Raw
1
2
3
import
{
SocketController
}
from
'./enip'
;
export
{
SocketController
as
ENIPClient
};