Command object

Index FB00 command

Index (hex)

Name

Meaning

Data type

Flags

Default

FB00:0

Command

Max. subindex

UINT8

RO

0x03 (3dec)

FB00:01

Request

Commands can be sent to the terminal via the request object

OCTET-STRING[2]

RW

{0}

FB00:02

Status

Status of the command currently being executed

0: Command terminated without error and without response
1: Command terminated without error with response

255: Command is being executed

UINT8

RO

0x00 (0dec)

FB00:03

Response

Return value, if 0xFB00:02=1

OCTET-STRING[6]

RO

{0}