Beispiel #1
0
 public DiscoveryClientService(JausRouter jausRouter, urn_jaus_jss_core_Transport_1_1.TransportService pTransportService)
 {
     pDiscoveryClient_ReceiveFSM = new DiscoveryClient_ReceiveFSM(pTransportService.pTransport_ReceiveFSM);
     pDiscoveryClient_ReceiveFSM.setHandlers(ref ieHandler, ref jausRouter);
     pDiscoveryClient_ReceiveFSM.setupNotifications();
     pDiscoveryClient_SendFSM = new DiscoveryClient_SendFSM(pTransportService.pTransport_SendFSM);
     pDiscoveryClient_SendFSM.setHandlers(ref ieHandler, ref jausRouter);
     pDiscoveryClient_SendFSM.setupNotifications();
 }
Beispiel #2
0
        //---------------------------------------------------------------
        // Member methods.
        //

        public DiscoveryClient_SendFSMContext(DiscoveryClient_SendFSM owner) :
            base(DiscoveryClient_SendFSM_SM.Sending)
        {
            _owner = owner;
        }