Exemplo n.º 1
0
 public WirelessChannel(byte chNumber, WirelessChannel.ChannelId id, WirelessTypes.ChannelType type, string description) : this(msclPINVOKE.new_WirelessChannel__SWIG_1(chNumber, (int)id, (int)type, description), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public WirelessChannel.ChannelId id()
 {
     WirelessChannel.ChannelId ret = (WirelessChannel.ChannelId)msclPINVOKE.WirelessChannel_id(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }