Exemplo n.º 1
0
        public static BaseStation Mock(BaseStationInfo info)
        {
            BaseStation ret = new BaseStation(msclPINVOKE.BaseStation_Mock__SWIG_0(BaseStationInfo.getCPtr(info)), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BaseStationInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }