ppp-chat-fn.html
来自「ecos3.0 beta 的官方文档,html格式」· HTML 代码 · 共 248 行
HTML
248 行
<!-- Copyright (C) 2009 Free Software Foundation, Inc. -->
<!-- This material may be distributed only subject to the terms -->
<!-- and conditions set forth in the Open Publication License, v1.0 -->
<!-- or later (the latest version is presently available at -->
<!-- http://www.opencontent.org/openpub/). -->
<!-- Distribution of the work or derivative of the work in any -->
<!-- standard (paper) book form is prohibited unless prior -->
<!-- permission is obtained from the copyright holder. -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>cyg_ppp_chat()</TITLE
><meta name="MSSmartTagsPreventParsing" content="TRUE">
<META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="eCos Reference Manual"
HREF="ecos-ref.html"><LINK
REL="UP"
TITLE="PPP Interface"
HREF="ppp-interface.html"><LINK
REL="PREVIOUS"
TITLE="cyg_ppp_wait_down()"
HREF="ppp-wait-down.html"><LINK
REL="NEXT"
TITLE="Installing and Configuring PPP"
HREF="ppp-config.html"></HEAD
><BODY
CLASS="REFENTRY"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>eCos Reference Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="ppp-wait-down.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="ppp-config.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="PPP-CHAT-FN"
></A
>cyg_ppp_chat()</H1
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN13542"
></A
><H2
>Name</H2
>cyg_ppp_chat -- Execute chat script</DIV
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN13545"
></A
><H2
>Synopsis</H2
><DIV
CLASS="FUNCSYNOPSIS"
><P
></P
><A
NAME="AEN13546"
></A
><TABLE
BORDER="5"
BGCOLOR="#E0E0F0"
WIDTH="70%"
><TR
><TD
><PRE
CLASS="FUNCSYNOPSISINFO"
>#include <cyg/ppp/ppp.h>
</PRE
></TD
></TR
></TABLE
><P
><CODE
><CODE
CLASS="FUNCDEF"
>cyg_int32 cyg_ppp_chat</CODE
>(const char *devname, const char *script[]);</CODE
></P
><P
></P
></DIV
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN13555"
></A
><H2
>Description</H2
><P
>This function implements a subset of the automated conversational
scripting as defined by the <B
CLASS="COMMAND"
>chat</B
> program. The first
argument is the name of the serial device to be used, typically
<TT
CLASS="LITERAL"
>"/dev/ser0"</TT
> or <TT
CLASS="LITERAL"
>"/dev/ser1"</TT
>. The
<CODE
CLASS="PARAMETER"
>script</CODE
> argument is a pointer to a zero
terminated array of strings that comprise the chat script. See <A
HREF="ppp-using.html"
>Chapter 53</A
> for an example script, and <A
HREF="ppp-chat.html"
>Chapter 56</A
> for full detail of the script used.</P
><P
>The return value of this function will be zero if the chat script
fails for any reason, such as an ABORT or a timeout. If the end of the
script is reached, then the return value will be non-zero.</P
><P
>Under normal use this function is called from the PPP subsystem if the
<CODE
CLASS="STRUCTNAME"
>cyg_ppp_options_t</CODE
>
<CODE
CLASS="STRUCTFIELD"
>script</CODE
> field is set to a
non-<TT
CLASS="LITERAL"
>NULL</TT
> value. This function should only be used
directly if the application needs to undertake special processing
between running the chat script, and bringing up the PPP connections.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="ppp-wait-down.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ecos-ref.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="ppp-config.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>cyg_ppp_wait_down()</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ppp-interface.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Installing and Configuring PPP</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?