Example #1
0
        /// <summary>Returns the subject/topic associated with the subscription.</summary>
        public string GetSubject()
        {
            string ret = GmsecPINVOKE.MIST_SubscriptionInfo_GetSubject(swigCPtr);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
        public int IndexOf(FieldSpecification value)
        {
            int ret = GmsecPINVOKE.FieldSpecificationList_IndexOf(swigCPtr, FieldSpecification.getCPtr(value));

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #3
0
        private int size()
        {
            int ret = GmsecPINVOKE.FieldSpecificationList_size(swigCPtr);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #4
0
        public bool Contains(FieldSpecification value)
        {
            bool ret = GmsecPINVOKE.FieldSpecificationList_Contains(swigCPtr, FieldSpecification.getCPtr(value));

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #5
0
        public int LastIndexOf(ServiceParam value)
        {
            int ret = GmsecPINVOKE.ServiceParamList_LastIndexOf(swigCPtr, ServiceParam.getCPtr(value));

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #6
0
        public bool Contains(ServiceParam value)
        {
            bool ret = GmsecPINVOKE.ServiceParamList_Contains(swigCPtr, ServiceParam.getCPtr(value));

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #7
0
        private int size()
        {
            int ret = GmsecPINVOKE.ServiceParamList_size(swigCPtr);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #8
0
        /// <summary>Returns the value of the Config entry.</summary>
        public string GetValue()
        {
            string ret = GmsecPINVOKE.ConfigPair_GetValue(swigCPtr);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #9
0
        private MessageSpecification getitem(int index)
        {
            global::System.IntPtr cPtr = GmsecPINVOKE.MessageSpecificationList_getitem(swigCPtr, index);
            MessageSpecification  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MessageSpecification(cPtr, false);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #10
0
        public static MnemonicSampleList Repeat(MnemonicSample value, int count)
        {
            global::System.IntPtr cPtr = GmsecPINVOKE.MnemonicSampleList_Repeat(MnemonicSample.getCPtr(value), count);
            MnemonicSampleList    ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MnemonicSampleList(cPtr, true);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #11
0
        private MnemonicSample getitem(int index)
        {
            global::System.IntPtr cPtr = GmsecPINVOKE.MnemonicSampleList_getitem(swigCPtr, index);
            MnemonicSample        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MnemonicSample(cPtr, false);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        /// <summary>Returns the handle to the ConnectionManagerCallback (if any) associated with the subscription.</summary>
        public ConnectionManagerCallback GetCallback()
        {
            global::System.IntPtr     cPtr = GmsecPINVOKE.MIST_SubscriptionInfo_GetCallback(swigCPtr);
            ConnectionManagerCallback ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ConnectionManagerCallback(cPtr, false);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #13
0
        public static FieldList Repeat(Field value, int count)
        {
            global::System.IntPtr cPtr = GmsecPINVOKE.FieldList_Repeat(Field.getCPtr(value), count);
            FieldList             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FieldList(cPtr, true);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #14
0
        private Field getitem(int index)
        {
            global::System.IntPtr cPtr = GmsecPINVOKE.FieldList_getitem(swigCPtr, index);
            Field ret = (cPtr == global::System.IntPtr.Zero) ? null : FieldFactory.BuildField(cPtr, false);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #15
0
        private DeviceParam getitem(int index)
        {
            global::System.IntPtr cPtr = GmsecPINVOKE.DeviceParamList_getitem(swigCPtr, index);
            DeviceParam           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DeviceParam(cPtr, false);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #16
0
        public MessageSpecificationList GetRange(int index, int count)
        {
            global::System.IntPtr    cPtr = GmsecPINVOKE.MessageSpecificationList_GetRange(swigCPtr, index, count);
            MessageSpecificationList ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MessageSpecificationList(cPtr, true);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #17
0
        public static MessageSpecificationList Repeat(MessageSpecification value, int count)
        {
            global::System.IntPtr    cPtr = GmsecPINVOKE.MessageSpecificationList_Repeat(MessageSpecification.getCPtr(value), count);
            MessageSpecificationList ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MessageSpecificationList(cPtr, true);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #18
0
        public DeviceParamList GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = GmsecPINVOKE.DeviceParamList_GetRange(swigCPtr, index, count);
            DeviceParamList       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DeviceParamList(cPtr, true);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }