Reply Msg:Do Core [Protected]

Owning Palette: Commonly Overridden Methods (Actor Framework)

Requires: Base Development System

(Filename: Actor Framework.lvlib:Reply Msg.lvclass:Do Core.vi)

Defines what an actor does when it receives Reply Message. This method also defines the Reply that is returned to the actor that sent Reply Message.

By default, this method does nothing, and Reply is the ancestor Message class. A child class must override this method to define behavior and specify a child of the Message class to return in the Reply output.

Reply Message specifies the message the actor received.
Actor in specifies the actor.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Reply is the message that will be returned to the sender of Reply Message.
Actor out returns the actor.
error out contains error information. This output provides standard error out functionality.