mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 14:08:20 +00:00
9 lines
112 B
JavaScript
9 lines
112 B
JavaScript
// IIPAuthPacketCommand
|
|
export default
|
|
{
|
|
Initialize: 0,
|
|
Acknowledge: 1,
|
|
Action: 2,
|
|
Event: 3
|
|
};
|