Introduction

The GX7016 switching subsystem function reference includes low level GX6192/GX6256/GX6864/RTM/SR functions used to program the digital subsystem components. User should use the SwitchEasy ATEasy command reference to use the digital subsystem. The functions are prefixed with the card type they are addressing (Gx6256, Gx6864, or Gx6192) followed by the main components that they are addressing (SR for switch router, etc.).  The reference chapter is organized in alphabetical order. Each function is presented starting with the syntax of the function, a short description of the function parameters description and type followed by a Comments, an Example (written in C), and a See Also sections.

All function parameters follow the same rules:

Prefix
Type
Example
a
Array, prefix this before the simple type.
anArray (Array of Short)
n
Short (signed 16-bit)
nMode
d
Double - 8 bytes floating point
dReading
dw
Double word (unsigned 32-bit)
dwTimeout
hwnd
Window handle (32-bit integer).
hwndPanel
l
Long (signed 32-bit)
lBits
p
Pointer. Usually used to return a value. Prefix this before the simple type.
pnStatus
sz
Null (zero value character) terminated string
szMsg
w
Unsigned short (unsigned 16-bit)
wParam

Parameter Prefixes