public void SetRange(int index, MipChannels values) { msclPINVOKE.MipChannels_SetRange(swigCPtr, index, MipChannels.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public void AddRange(MipChannels values) { msclPINVOKE.MipChannels_AddRange(swigCPtr, MipChannels.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public void setActiveChannelFields(MipTypes.DataClass category, MipChannels channels) { msclPINVOKE.InertialNode_setActiveChannelFields(swigCPtr, (int)category, MipChannels.getCPtr(channels)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public MipChannels(MipChannels other) : this(msclPINVOKE.new_MipChannels__SWIG_1(MipChannels.getCPtr(other)), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }