Example #1
0
 public PTEID_Address getAddr() {
   PTEID_Address ret = new PTEID_Address(pteidlib_dotNetPINVOKE.PTEID_EIDCard_getAddr(swigCPtr), false);
   if (pteidlib_dotNetPINVOKE.SWIGPendingException.Pending) throw pteidlib_dotNetPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #2
0
 internal static HandleRef getCPtr(PTEID_Address obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }