mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 12:32:58 +00:00
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
export default // const IIPAuthPacketAction =
|
|
{
|
|
// Authenticate
|
|
AuthenticateHash: 0,
|
|
NewConnection: 0x20,
|
|
ResumeConnection: 0x21,
|
|
ConnectionEstablished: 0x28
|
|
}; |