[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Files Reference


cb_link_name_struct Structure for X.25

Purpose

Used by the X25_init, x25_link_connect, x25_link_disconnect, x25_link_monitor, x25_device_query, and x25_term subroutines to pass the name of the X.25 port.

Syntax

#define X25FLG_LINK_NAME 0x00000002

struct cb_link_name_struct
{
  unsigned long flags;
  char *link_name;
};

Flags


X25_FLG_LINK_NAME Indicates that the link_name field is used.

Fields


flags Notification to the API that the associated field has been used.
link_name Name of the X.25 port.

Related Information

The x25sdefs.h file.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]