mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 05:58:22 +00:00
9 lines
155 B
JavaScript
9 lines
155 B
JavaScript
const IIPPacketReport =
|
|
{
|
|
ManagementError: 0,
|
|
ExecutionError: 1,
|
|
ProgressReport: 0x8,
|
|
ChunkStream: 0x9
|
|
};
|
|
|
|
export default IIPPacketReport; |