OpenTransactions.OTAPI.OTPassword.setPassword_uint8 C# (CSharp) Méthode

setPassword_uint8() public méthode

public setPassword_uint8 ( SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize ) : SWIGTYPE_p_int32_t
szInput SWIGTYPE_p_uint8_t
nInputSize SWIGTYPE_p_uint32_t
Résultat SWIGTYPE_p_int32_t
        public SWIGTYPE_p_int32_t setPassword_uint8(SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize)
        {
            SWIGTYPE_p_int32_t ret = new SWIGTYPE_p_int32_t(otapiPINVOKE.OTPassword_setPassword_uint8(swigCPtr, SWIGTYPE_p_uint8_t.getCPtr(szInput), SWIGTYPE_p_uint32_t.getCPtr(nInputSize)), true);
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }