Exemplo n.º 1
0
        internal override void Notify(CapiApplication application, MessageAsyncResult result)
        {
            Controller controller = application.GetControllerByID(Identifier.ControllerID);
            Connection connection = controller.GetConnectionByPLCI(Identifier.PLCI);

            connection.DataB3Confirmation(this, result);
        }
Exemplo n.º 2
0
        internal override void Notify(CapiApplication application)
        {
            Controller ccontroller = application.GetControllerByID(Identifier.ControllerID);
            Connection connection  = ccontroller.GetConnectionByPLCI(Identifier.PLCI);

            connection.ConnectB3Indication(this);
        }
Exemplo n.º 3
0
        internal override void Notify(CapiApplication application)
        {
            PLCIParameter p          = new PLCIParameter(Identifier.Value);
            Controller    controller = application.GetControllerByID(p.ControllerID);
            Connection    connection = controller.GetConnectionByPLCI(p.PLCI);

            connection.FacilityIndication(this);
        }