internal static HandleRef getCPtr(PTEID_Sod obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
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; }