Ejemplo n.º 1
0
        public bool Empty()
        {
            bool ret = NDalicManualPINVOKE.AdaptorSignalType_Empty(swigCPtr);

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