このステップでは、フィルターでRAMP_SIGNAL_1をリッスンし、通知のペイロードを示すメッセージを表示するコードを追加します。
when '= RAMP_SIGNAL_1'
Use message_box_add ('VLF Filter received signal ' #EventId.Value)
Use message_box_add (' WithAInfo1 =' #AInfo1)
Use message_box_add (' WithAInfo2 =' #AInfo2)
Use message_box_add (' WithAInfo3 =' #AInfo3)
Use message_box_add (' WithAInfo4 =' #AInfo4)
Use message_box_add (' WithAInfo5 =' #AInfo5)
Use message_box_add (' WithNInfo1 =' #NInfo1)
Use message_box_add (' WithNInfo2 =' #NInfo2)
Use message_box_add (' WithNInfo3 =' #NInfo3)
Use message_box_add (' WithNInfo4 =' #NInfo4)
Use message_box_add (' WithNInfo5 =' #NInfo5)
Use MESSAGE_BOX_SHOW
