TermSubS.sgm 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!-- $XConsortium: TermSubS.sgm /main/6 1996/10/08 20:45:58 rws $ -->
  2. <!-- (c) Copyright 1995 Digital Equipment Corporation. -->
  3. <!-- (c) Copyright 1995 Hewlett-Packard Company. -->
  4. <!-- (c) Copyright 1995 International Business Machines Corp. -->
  5. <!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
  6. <!-- (c) Copyright 1995 Novell, Inc. -->
  7. <!-- (c) Copyright 1995 FUJITSU LIMITED. -->
  8. <!-- (c) Copyright 1995 Hitachi. -->
  9. <![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCSA.MAN57.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCSA.MAN57.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>DtTermSubprocSend</RefEntryTitle>
  13. <ManVolNum>library call</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Function>DtTermSubprocSend</Function></RefName>
  17. <RefPurpose>send data to a DtTerm widget's subprocess
  18. </RefPurpose>
  19. </RefNameDiv>
  20. <!-- CDE Common Source Format, Version 1.0.0-->
  21. <!-- *************************************************************************-->
  22. <!-- ** (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
  23. <!-- ** (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
  24. <!-- ** (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
  25. <!-- ** (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
  26. <!-- *************************************************************************-->
  27. <RefSynopsisDiv>
  28. <FuncSynopsis Remap="ANSI">
  29. <FuncSynopsisInfo>#include &lt;Dt/Term.h>
  30. </FuncSynopsisInfo>
  31. <FuncDef>void <Function>DtTermSubprocSend</Function></FuncDef>
  32. <ParamDef>Widget <Parameter>widget</Parameter></ParamDef>
  33. <ParamDef>unsigned char <Parameter>*buffer</Parameter></ParamDef>
  34. <ParamDef>int <Parameter>length</Parameter></ParamDef>
  35. </FuncSynopsis>
  36. </RefSynopsisDiv>
  37. <RefSect1>
  38. <Title>DESCRIPTION</Title>
  39. <Para>The
  40. <Function>DtTermSubprocSend</Function> function sends data to a DtTerm widget's child process.
  41. </Para>
  42. <Para>The
  43. <Symbol Role="Variable">widget</Symbol> argument specifies the DtTerm widget ID.
  44. </Para>
  45. <Para>The
  46. <Symbol Role="Variable">buffer</Symbol> argument specifies the string (single- or multi-byte depending on the locale)
  47. to be sent to the display.
  48. The string may contain
  49. <SystemItem Class="Constant">NULL</SystemItem> bytes.
  50. </Para>
  51. <Para>The
  52. <Symbol Role="Variable">length</Symbol> argument specifies the length of
  53. <Symbol Role="Variable">buffer</Symbol> in bytes.
  54. </Para>
  55. <Para>The
  56. <Function>DtTermSubprocSend</Function> function allows the program to send commands to the
  57. DtTerm widget's child process.
  58. The characters are handled in the same manner as keyboard input.
  59. </Para>
  60. </RefSect1>
  61. <RefSect1>
  62. <Title>RETURN VALUES</Title>
  63. <Para>The
  64. <Function>DtTermSubprocSend</Function> function returns no value.
  65. </Para>
  66. </RefSect1>
  67. <RefSect1>
  68. <Title>SEE ALSO</Title>
  69. <Para>&cdeman.Dt.Term.h;, &cdeman.DtTerm;.</Para>
  70. </RefSect1>
  71. </RefEntry>
  72. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:40:24-->