Iso15.CustomCommand
This command executes any ISO 15693 manufacturer proprietary
commands, so-called custom-commands.
By default, the same label is addressed as in the last
regular ISO 15693 command.
Parameters (request frame)
|
Name
|
Type/Size
|
Description
|
|
Cmd
|
Integer (8 bits)
|
Custom ISO 15693 command code.
|
|
Opt
|
Integer (8 bits)
|
Enables the usage of option flag Byte.
|
|
MFC
|
Integer (8 bits)
|
Manufacturer Code.
|
|
TO
|
Integer (8 bits)
|
Timeout in ms for label answer after it has fully
received the command.
|
|
Length of RequestData
|
Integer (16 bits)
|
Length of RequestData in bytes
|
|
RequestData
|
Raw data
|
Data block (request).
|
Returned values (response frame)
|
Name
|
Type/Size
|
Description
|
|
LabelStat
|
Integer (8 bits)
|
Status code returned from label. The following bytes
will only be returned, if LabelStat is OK.
|
Optional field, condition:
LabelStat == 0x0
|
Length of ResponseData
|
Integer (16 bits)
|
Length of ResponseData in bytes
|
|
ResponseData
|
Raw data
|
Data block (response).
|
|