Exemplo n.º 1
0
 internal static HandleRef getCPtr(PTEID_Sod obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 2
0
 public PTEID_Sod getSod() {
   PTEID_Sod ret = new PTEID_Sod(pteidlib_dotNetPINVOKE.PTEID_EIDCard_getSod(swigCPtr), false);
   if (pteidlib_dotNetPINVOKE.SWIGPendingException.Pending) throw pteidlib_dotNetPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }