It decodes an IPP binary message into an IPP JSON object.
The buffer containing the IPP binary message.
An optional start-offset from where to start parsing the message (defaults to 0).
An optional end-offset specifying at which byte to end the decoding (defaults to buffer's length).
A JSON object representing the IPP message.
It encodes an IPP JSON object into an IPP binary message.
The IPP message as a JSON object.
A Buffer object representing the encoded IPP message.
It represents an IPP message.