HP Advanced Communications Controllers (ACC) Podręcznik Użytkownika Strona 246

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 328
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 245
ZCOM C I/F Library Routines
ZLTMX (3X)
Chapter 4246
PAR AMETER S
NOTES For a more detailed description of the multiplexing facilities available
under ZCOM, see the section of the manual under the heading “ZCOM
Message Handling”.
RETURN VALUE Routine zltmx returns 0 if successful. Otherwise, a non-zero error code
is returned. See /opt/acc/include/zcom/zcomsys.h for the list of ZCOM
error codes and their meanings.
EXAMPLE
#include <zcom/zcomsys.h>
#include <zcom/zcomcall.h>
int32 ierr;
zaddr_type zaddr;
int32 mode;
if (ierr = zltmx (&zaddr, mode)) {
/* error return code */
}
else {
/* good return code */
}
zap ZCOM address.
mod
e
Multiplexing control mode
ZcENB_OUTB_MLTPLXG (1) - Enable outbound
multiplexing
ZcENB_INB_MLTPLXG (2) - Enable inbound multiplexing
ZcDSB_OUTB_MLTPLXG (3) - Disable outbound
multiplexing
ZcDSB_INB_MLTPLXG (4) - Disable inbound multiplexing
Przeglądanie stron 245
1 2 ... 241 242 243 244 245 246 247 248 249 250 251 ... 327 328

Komentarze do niniejszej Instrukcji

Brak uwag