Ejemplo n.º 1
0
 public void analogPairing(byte portNumber, BaseStationAnalogPair pair)
 {
     msclPINVOKE.BaseStationConfig_analogPairing__SWIG_1(swigCPtr, portNumber, BaseStationAnalogPair.getCPtr(pair));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
        public BaseStationAnalogPair getAnalogPair(byte portNumber)
        {
            BaseStationAnalogPair ret = new BaseStationAnalogPair(msclPINVOKE.BaseStation_getAnalogPair(swigCPtr, portNumber), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 3
0
        public static BaseStationAnalogPair NonFloat(ushort nodeAddress, byte nodeChannel)
        {
            BaseStationAnalogPair ret = new BaseStationAnalogPair(msclPINVOKE.BaseStationAnalogPair_NonFloat(nodeAddress, nodeChannel), true);

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