예제 #1
0
        public global::omg.org.RTC.ReturnCode_t notify_connect(ref global::omg.org.RTC.ConnectorProfile connector_profile)
        {
            var tmpconnector_profile = new ReactiveRTM.RTC.ConnectorProfile(connector_profile);
            var ret = _target.NotifyConnect(ref tmpconnector_profile);

            connector_profile = ((global::omg.org.RTC.ConnectorProfile)((IStub)tmpconnector_profile).GetTarget());
            return (global::omg.org.RTC.ReturnCode_t)ret;
        }
예제 #2
0
        public ReactiveRTM.RTC.ReturnCode_t Connect(ref ReactiveRTM.RTC.ConnectorProfile connectorProfile)
        {
            var tmpconnectorProfile = ((global::omg.org.RTC.ConnectorProfile)((IStub)connectorProfile).GetTarget());
            var ret = _target.connect(ref tmpconnectorProfile);

            connectorProfile = new ReactiveRTM.RTC.ConnectorProfile(tmpconnectorProfile);
            return (ReactiveRTM.RTC.ReturnCode_t)ret;
        }