public MipChannelIdentifier(MipChannelIdentifier.Type identiferType, uint id, uint specifier) : this(msclPINVOKE.new_MipChannelIdentifier__SWIG_2((int)identiferType, id, specifier), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public MipChannelIdentifier.Type identifierType()
 {
     MipChannelIdentifier.Type ret = (MipChannelIdentifier.Type)msclPINVOKE.MipChannelIdentifier_identifierType(swigCPtr);
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }