Skip to content

EXT000D: Wrapped Packet

  • Extension dependencies: none
  • Document status: Approved (2020-02-01)

Wrap any data in Overvis Connect packets. Wrapped packets can exceed session limit—split across multiple commands. Enables tunneling any protocol (HTTP, FTP, etc.).

Long requests split across multiple commands; device responds with OFFSET only until last part. Long responses require multiple commands with OFFSET to retrieve all parts.

Request:

<TID> 3900 <LEN> 0017 <OFFSET> [ <REMLEN> <BLOCKDATA> ]
FieldLengthDescription
OFFSET4 bytesBlock offset (or previous response offset for continuation)
REMLEN4 bytesRemaining request length (0=last part)
BLOCKDATAvariableData block

Response:

<TID> 3900 <LEN> 0017 <OFFSET> [ <ESTREM> <BLOCKDATA> ]
FieldLengthDescription
OFFSET4 bytesBlock offset in response
ESTREM4 bytesEstimated remaining length (0=last part)
BLOCKDATAvariableResponse data

Errors:

CodeDescription
0010Request too long
0011Invalid OFFSET