Ejemplo n.º 1
0
 public virtual global::Microsoft.Ccr.Core.Choice Reset(out global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.Reset operation)
 {
     global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType body = new global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType();
     operation = new global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.Reset(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Ejemplo n.º 2
0
 public virtual global::Microsoft.Ccr.Core.Choice LaserRangeFinderResetUpdate(out global::Microsoft.Robotics.Services.Explorer.Proxy.LaserRangeFinderResetUpdate operation)
 {
     global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType body = new global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType();
     operation = new global::Microsoft.Robotics.Services.Explorer.Proxy.LaserRangeFinderResetUpdate(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Ejemplo n.º 3
0
 public virtual global::Microsoft.Dss.ServiceModel.Dssp.DsspResponsePort <global::Microsoft.Dss.ServiceModel.Dssp.DefaultSubmitResponseType> Reset()
 {
     global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType body      = new global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType();
     global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.Reset     operation = new global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.Reset(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Ejemplo n.º 4
0
 public virtual global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, global:: W3C.Soap.Fault> LaserRangeFinderResetUpdate(global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType body)
 {
     if ((body == null))
     {
         body = new global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType();
     }
     global::Microsoft.Robotics.Services.Explorer.Proxy.LaserRangeFinderResetUpdate operation = new global::Microsoft.Robotics.Services.Explorer.Proxy.LaserRangeFinderResetUpdate(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
Ejemplo n.º 5
0
 public LaserRangeFinderResetUpdate(global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType body, global::Microsoft.Ccr.Core.PortSet <global::Microsoft.Dss.ServiceModel.Dssp.DefaultUpdateResponseType, global:: W3C.Soap.Fault> responsePort) :
     base(body, responsePort)
 {
 }
Ejemplo n.º 6
0
 public LaserRangeFinderResetUpdate(global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType body) :
     base(body)
 {
 }
Ejemplo n.º 7
0
 public Reset(global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType body, global::Microsoft.Dss.ServiceModel.Dssp.DsspResponsePort <global::Microsoft.Dss.ServiceModel.Dssp.DefaultSubmitResponseType> responsePort) :
     base(body, responsePort)
 {
 }
Ejemplo n.º 8
0
 public Reset(global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType body) :
     base(body)
 {
 }
Ejemplo n.º 9
0
 /// <summary>
 ///Clones ResetType
 ///</summary>
 ///<returns>cloned value</returns>
 public virtual object Clone()
 {
     global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType target0 = new global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType();
     this.CopyTo(target0);
     return(target0);
 }
Ejemplo n.º 10
0
 /// <summary>
 ///Copies the data member values of the current ResetType to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public virtual void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType typedTarget = ((global::Microsoft.Robotics.Services.Sensors.SickLRF.Proxy.ResetType)(target));
 }