Sequencer - EventOut
EventOut is an event message sender that is used to provide an API for Basic Block to send events. When EventOut
emits a message event it will encode local Arguments
listed in Data
property into the outgoing event as data.
By default, a TextCommand with value CM_TEXTCOMMAND_EVENT
is sent by EventOut
. The behavior can be changed as described in MessageArgument documentation by using TextCommand
and Command
properties.
Note: Alter TextCommand
and Command
with utmost care and only when strictly needed as more strict message filtering may easily go unnoticed when the block is used.
Properties
EventOut adds one property to the set the base implementation MessageArgument has.
Property | Description |
---|---|
Data | Local Argument members that are sent in the outgoing message event as data. |
Programmers API is available at Event class.
See also Basic Function Block, MessageArgument, Sequencer - EventIn, ReceiveMessage, and SendMessage.
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.