mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 05:58:22 +00:00
8 lines
100 B
JavaScript
8 lines
100 B
JavaScript
export default // IIPPacketCommand =
|
|
{
|
|
Event: 0,
|
|
Request: 1,
|
|
Reply: 2,
|
|
Report: 3
|
|
};
|