Check Payload Bytes
Checks the specified bytes values within the payload of the specified message.
Arguments Description
Returns
Example
# Start Monitor Message ${channel_name}::${message_id}# Check Payload Bytes ${channel_name}::${message_id} ${0, 1} ${0x00, 0x00} ${0x00, 0x00} ${0}# If multiple byte indexes were selected, it is possible to check that All bytes have the expected values# or to verify that at least one is. Using logical operations is not yet supported.# The Last argument is a logical operation:# ${0} for ALL# ${1} for ONLY_ONE