> For the complete documentation index, see [llms.txt](https://sandbox-docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sandbox-docs.verifone.com/adk-5.0-programmers-guide/readme/modules/group__zontalk/namespacevfizontalk.md).

# vfizontalk

[Typedefs](#typedef-members) | [Enumerations](#enum-members) | [Functions](#func-members)

|                 |                                                                    |
| --------------- | ------------------------------------------------------------------ |
| Typedefs        |                                                                    |
| typedef void(\* | [recieve\_callback](#acd26f94f8d6f0a69f2a7a19bbd0f7ae2)) (char \*) |
| typedef void(\* | [end\_callback](#a5f8e498595d421ca054e012b792ade7a)) (int)         |

|              |                                                                                                                                                                                                                              |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enumerations |                                                                                                                                                                                                                              |
| enum         | [download\_type](#a56f38ce1d91b5263d2ca5af8d537d696) { [PARTIAL](#a56f38ce1d91b5263d2ca5af8d537d696a34d1361202d8c9652ed81b53cda15159) = 0, [FULL](#a56f38ce1d91b5263d2ca5af8d537d696ad08f8ac0aa8dfb59589824359772459e) = 1 } |

|                                                                                                                                                                                                                              |                                                                                                                                                                                                                                                                   |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Functions                                                                                                                                                                                                                    |                                                                                                                                                                                                                                                                   |
| [SYS\_INFO\_API](/adk-5.0-programmers-guide/readme/files/dir_a221c7c7a3d266b8aa1c13ced02d08a5/dir_1084a09caae2cca43d02da13ecc9a141/dir_8b8eef682edb37a46c9343899b359ed7/dllspec_8h.md#a06244aced91c3fbc18547181038765aa) int | [sysZontalkReceive](#a84e98dff4544318d162a761adcf925c1) (short com\_port, [recieve\_callback](#acd26f94f8d6f0a69f2a7a19bbd0f7ae2) rc\_cb, [end\_callback](#a5f8e498595d421ca054e012b792ade7a) end\_cb, [download\_type](#a56f38ce1d91b5263d2ca5af8d537d696) type) |
| [SYS\_INFO\_API](/adk-5.0-programmers-guide/readme/files/dir_a221c7c7a3d266b8aa1c13ced02d08a5/dir_1084a09caae2cca43d02da13ecc9a141/dir_8b8eef682edb37a46c9343899b359ed7/dllspec_8h.md#a06244aced91c3fbc18547181038765aa) int | [sysZontalkCancel](#a0a40c2dc428c53679621bea9a5ad6e44) ()                                                                                                                                                                                                         |

### DetailedDescription <a href="#detailed-description" id="detailed-description"></a>

Verifone vfizontalk namespace

### TypedefDocumentation <a href="#typedef-documentation" id="typedef-documentation"></a>

### end\_callback <a href="#a5f8e498595d421ca054e012b792ade7a" id="a5f8e498595d421ca054e012b792ade7a"></a>

typedef void(\\\* end\_callback) (int)

### recieve\_callback <a href="#acd26f94f8d6f0a69f2a7a19bbd0f7ae2" id="acd26f94f8d6f0a69f2a7a19bbd0f7ae2"></a>

typedef void(\\\* recieve\_callback) (char \\\*)

### EnumerationType Documentation <a href="#enumeration-type-documentation" id="enumeration-type-documentation"></a>

### download\_type <a href="#a56f38ce1d91b5263d2ca5af8d537d696" id="a56f38ce1d91b5263d2ca5af8d537d696"></a>

enum \[download\_type]\(#a56f38ce1d91b5263d2ca5af8d537d696)

|            |   |
| ---------- | - |
| Enumerator |   |
| PARTIAL    |   |
| FULL       |   |

### FunctionDocumentation <a href="#function-documentation" id="function-documentation"></a>

### sysZontalkCancel() <a href="#a0a40c2dc428c53679621bea9a5ad6e44" id="a0a40c2dc428c53679621bea9a5ad6e44"></a>

[SYS\_INFO\_API](/adk-5.0-programmers-guide/readme/files/dir_a221c7c7a3d266b8aa1c13ced02d08a5/dir_1084a09caae2cca43d02da13ecc9a141/dir_8b8eef682edb37a46c9343899b359ed7/dllspec_8h.md#a06244aced91c3fbc18547181038765aa) int vfizontalk::sysZontalkCancel

Cancel a Zontalk/DL download (initiated by sysZontalkRecieve)

#### Returns

\[unsupported block]

### sysZontalkReceive() <a href="#a84e98dff4544318d162a761adcf925c1" id="a84e98dff4544318d162a761adcf925c1"></a>

[SYS\_INFO\_API](/adk-5.0-programmers-guide/readme/files/dir_a221c7c7a3d266b8aa1c13ced02d08a5/dir_1084a09caae2cca43d02da13ecc9a141/dir_8b8eef682edb37a46c9343899b359ed7/dllspec_8h.md#a06244aced91c3fbc18547181038765aa) int vfizontalk::sysZontalkReceive

Allows an application to perform a local DL/Zontalk/VeriTalk download. The application must open and configure the port before calling this function.

**Parameters**

\[in] **com\_port** Communication port where the download is received. \[in] **\*rc\_cb** Callback function called when an information/status message is received from the Zontalk/DL server. \[in] **type** download type \[in] **\*end\_cb** Callback function called when the download completes successfully or failed

#### Returns

\[unsupported block]


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sandbox-docs.verifone.com/adk-5.0-programmers-guide/readme/modules/group__zontalk/namespacevfizontalk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
