X29Break(3X25) — Subroutines
Digital
NAME
X29Break − Sends a break message to the remote PAD
LIBRARY
X.25 Library (libx25.a)
SYNOPSIS
#include <netx25/x29.h>
int X29Break(
int td );
PARAMETERS
tdIdentifies the X.29 terminal to which the break message is to be sent.
DESCRIPTION
The X29Break routine sends a break message to the remote PAD. The action of the PAD upon receiving the break message is implementation dependent; normally, the PAD sends a break to the character-mode terminal to which it is connected.
RETURN VALUES
Upon successful completion, the X29Break routine returns a value of 0. Otherwise, a (negative) error code is returned.
ERRORS
If the X29Break routine fails, one of the following error codes is returned:
[X25RC_SYSERR]
An operating system error occurred. The external variable errno is set to indicate the error.
[X29RC_INVALMSG]
Message not understood by the remote PAD.
[X29RC_NOTTY]
The terminal specified is not an X.29 terminal.
RELATED INFORMATION
Functions: X29InviteClear(3X25).
X.25 for Digital UNIX − Programmer’s Reference Manual.