mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 14:08:20 +00:00
Static Calling
This commit is contained in:
@@ -33,5 +33,11 @@ export default // const IIPPacketAction =
|
||||
ClearAllAttributes: 26,
|
||||
GetAttributes: 27,
|
||||
UpdateAttributes: 28,
|
||||
ClearAttributes: 29
|
||||
ClearAttributes: 29,
|
||||
|
||||
// Static
|
||||
KeepAlive: 0x20,
|
||||
ProcedureCall: 0x21,
|
||||
StaticCall: 0x22
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user