2
0
mirror of https://github.com/esiur/esiur-js.git synced 2026-04-04 05:58:22 +00:00
This commit is contained in:
2024-06-22 04:09:50 +03:00
parent 84bf9fa539
commit c0e31662b7
19 changed files with 1657 additions and 1011 deletions

View File

@@ -1,7 +1,8 @@
export default //const IIPAuthPacketCommand =
// IIPAuthPacketCommand
export default
{
Action: 0,
Declare: 1,
Acknowledge: 2,
Error: 3
Initialize: 0,
Acknowledge: 1,
Action: 2,
Event: 3
};