Check Monitor Happened For Message

DEPRECATED It will be removed in a future version. Please use keyword Monitor Happened Message instead. This keyword will be supported until version TechnicaKeywordsV0.16.0.

Checks if the message with signal_path at byte_index got the byte_value at least once during the timeout.

Arguments Description

Returns

Example

${byte_values}= Create List ${0x22} ${0x12}
${byte_indexs}= Create List ${0} ${2}
${byte_masks}= Create List ${0xFF} ${0xFF}
Check Monitor Happened For Message ${ChannelName}::${FrameId}::${SignalName} ${byte_indexs}
${byte_values} ${byte_masks} ${timeout}