(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.


icon

Inputs/Outputs

  • cReply_Msglvclass.png Reply Message

    Reply Message specifies the message the actor received.

  • cActor_Framework_lvlib_Actorlvclass.png Actor in

    Actor in specifies the actor.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ifxdt.png Reply

    Reply is the message that will be returned to the sender of Reply Message.

  • iActor_Framework_lvlib_Actorlvclass.png Actor out

    Actor out returns the actor.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.