(Page 1 of 35 in this chapter)


Chapter 6

X.25 API Function Reference


6.1 Introduction
TxX25FileDefault 71
TxX25FileDefine 72
TxX25FileDelete 73
TxX25FileFacility 74
TxX25FileParms 76
TxX25FileShFull 77
TxX25FileShNext 78
TxX25FileShSumm 79
TxX25LCNShow 80
TxX25LCNShNext 81
TxX25LCNShSumm 82
TxX25LinkAbort 83
TxX25LinkClrStats 84
TxX25LinkDefault 85
TxX25LinkDefine 86
TxX25LinkDelete 89
TxX25LinkDisable 90
TxX25LinkEnable 91
TxX25LinkL3Lcn 92
TxX25LinkL3Opts 93
TxX25LinkL3Timers 94
TxX25LinkLock 95
TxX25LinkParms 96
TxX25LinkShFull 97
TxX25LinkShNext 98
TxX25LinkShStats 99
TxX25LinkShSumm 100
TxX25LinkUnlock 101
TxX25RteDefault 102
TxX25RteDefine 103
TxX25RteDelete 104
TxX25RteShFull 105
TxX25RteShNext 106
TxX25RteShSumm 107

6.1 Introduction

This chapter provides a comprehensive, alphabetically-ordered reference to the X.25 API functions. A prototype of each function is shown with the function description and details of all arguments and return values. A typical function description includes:

Prototype

The prototype is shown followed by a listing of the function's arguments. Natural MicroSystems data types include:

· WORD 16-bit unsigned

· DWORD 32-bit unsigned

· INT16 16-bit signed

· INT32 32-bit signed

· BYTE 8-bit unsigned

If a function argument is a data structure, the complete data structure is defined. Refer to Appendix C for a description of all data structures and parameters.

Return Values

The return value for a function is either SUCCESS or an error code. For asynchronous functions, a return value of SUCCESS indicates the function was initiated; subsequent events indicate the status of the operation.

Refer to Appendix B for a listing of all errors returned by X.25 API functions.

Example

Example functions which start with Demo are excerpts taken from demonstration function libraries shipped with the product.

Example functions which start with my are excerpts taken from sample application programs shipped with the product.

The notation /* ... */ indicates additional code which is not shown.



(Page 1 of 35 in this chapter)


tech_support@nmss.com
Copyright © 1998, Natural MicroSystems, Inc. All rights reserved.