Exemplo n.º 1
0
 public CommonHeader(CommonHeaderType_t eType, string strFuncName) : this(commonWRAPPINVOKE.new_CommonHeader((int)eType, strFuncName), true)
 {
     if (commonWRAPPINVOKE.SWIGPendingException.Pending)
     {
         throw commonWRAPPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public CommonHeader(CommonHeaderType_t eType, string strFuncName)
     : this(commonWRAPPINVOKE.new_CommonHeader((int)eType, strFuncName), true)
 {
     if (commonWRAPPINVOKE.SWIGPendingException.Pending) throw commonWRAPPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 3
0
        public virtual CommonHeaderType_t getHeaderType()
        {
            CommonHeaderType_t ret = (CommonHeaderType_t)commonWRAPPINVOKE.CommonHeader_getHeaderType(swigCPtr);

            return(ret);
        }