|  | 
 
  MCVE FunctionsTable of Contents
m_checkstatus — Check to see if a transaction has completedm_completeauthorizations — Number of complete authorizations in queue, returning an array of their identifiersm_connect — Establish the connection to MCVEm_connectionerror — Get a textual representation of why a connection failedm_deletetrans — Delete specified transaction from MCVE_CONN structurem_destroyconn — Destroy the connection and MCVE_CONN structurem_destroyengine — Free memory associated with IP/SSL connectivitym_getcell — Get a specific cell from a comma delimited response by column namem_getcellbynum — Get a specific cell from a comma delimited response by column numberm_getcommadelimited — Get the RAW comma delimited data returned from MCVEm_getheader — Get the name of the column in a comma-delimited responsem_initconn — Create and initialize an MCVE_CONN structurem_initengine — Ready the client for IP/SSL Communicationm_iscommadelimited — Checks to see if response is comma delimitedm_maxconntimeout — The maximum amount of time the API will attempt a connection to MCVEm_monitor — Perform communication with MCVE (send/receive data) Non-blockingm_numcolumns — Number of columns returned in a comma delimited responsem_numrows — Number of rows returned in a comma delimited responsem_parsecommadelimited — Parse the comma delimited response so m_getcell, etc will workm_responsekeys — Returns array of strings which represents the keys that can be used
 for response parameters on this transactionm_responseparam — Get a custom response parameterm_returnstatus — Check to see if the transaction was successfulm_setblocking — Set blocking/non-blocking mode for connectionm_setdropfile — Set the connection method to Drop-Filem_setip — Set the connection method to IPm_setssl_cafile — Set SSL CA (Certificate Authority) file for verification of server
 certificatem_setssl_files — Set certificate key files and certificates if server requires client certificate
 verificationm_setssl — Set the connection method to SSLm_settimeout — Set maximum transaction time (per trans)m_sslcert_gen_hash — Generate hash for SSL client certificate verificationm_transactionssent — Check to see if outgoing buffer is clearm_transinqueue — Number of transactions in client-queuem_transkeyval — Add key/value pair to a transaction. Replaces deprecated transparam()m_transnew — Start a new transactionm_transsend — Finalize and send the transactionm_uwait — Wait x microsecsm_validateidentifier — Whether or not to validate the passed identifier on any transaction it is passed tom_verifyconnection — Set whether or not to PING upon connect to verify connectionm_verifysslcert — Set whether or not to verify the server ssl certificate |