public virtual global::Microsoft.Ccr.Core.Choice Replace(out global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.Replace operation)
 {
     global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState body = new global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState();
     operation = new global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 public virtual global::Microsoft.Dss.ServiceModel.Dssp.DsspResponsePort <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType> Replace()
 {
     global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState body      = new global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState();
     global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.Replace       operation = new global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.Replace(body);
     this.Post(operation);
     return(operation.ResponsePort);
 }
 /// <summary>
 ///Copies the data member values of the current IpCameraState to the specified target object
 ///</summary>
 ///<param name="target">target object (must be an instance of)</param>
 public override void CopyTo(Microsoft.Dss.Core.IDssSerializable target)
 {
     base.CopyTo(target);
     global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState typedTarget = ((global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState)(target));
     if ((this._CameraImageLocation != null))
     {
         global::Microsoft.Dss.Core.Utilities.DssUri tmp = new global::Microsoft.Dss.Core.Utilities.DssUri();
         ((Microsoft.Dss.Core.IDssSerializable)(this._CameraImageLocation)).CopyTo(((Microsoft.Dss.Core.IDssSerializable)(tmp)));
         typedTarget._CameraImageLocation = tmp;
     }
 }
 public static object Microsoft_Robotics_Services_Sample_IpCamera_Proxy_IpCameraState_TO_Microsoft_Robotics_Services_Sample_IpCamera_IpCameraState(object transformFrom)
 {
     global::Microsoft.Robotics.Services.Sample.IpCamera.IpCameraState       target = new global::Microsoft.Robotics.Services.Sample.IpCamera.IpCameraState();
     global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState from   = ((global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState)(transformFrom));
     target.CameraImageLocation = from.CameraImageLocation;
     target.CameraDeviceName    = from.CameraDeviceName;
     target.Pose            = from.Pose;
     target.ImageSize       = from.ImageSize;
     target.ViewAngle       = from.ViewAngle;
     target.Quality         = from.Quality;
     target.LastFrameUpdate = from.LastFrameUpdate;
     return(target);
 }
 /// <summary>
 ///Clones IpCameraState
 ///</summary>
 ///<returns>cloned value</returns>
 public override object Clone()
 {
     global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState target0 = new global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState();
     this.CopyTo(target0);
     return(target0);
 }
 public Replace(global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState body, global::Microsoft.Dss.ServiceModel.Dssp.DsspResponsePort <global::Microsoft.Dss.ServiceModel.Dssp.DefaultReplaceResponseType> responsePort) :
     base(body, responsePort)
 {
 }
 public Replace(global::Microsoft.Robotics.Services.Sample.IpCamera.Proxy.IpCameraState body) :
     base(body)
 {
 }