Prosoft-technology MVI69-ADMNET Bedienungsanleitung Seite 104

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 122
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 103
WATTCP API Functions MVI-ADMNET 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module with Ethernet
Page 104 of 122 ProSoft Technology, Inc.
February 20, 2013
sock_putc
Syntax
byte sock_putc( sock_type *skType, byte character);
Parameters
skType
Socket that will be used to get string data from.
character
A character that is used.
Description
This function is used to put one character at a time to the socket.
Return Value
Character put in is returned.
Example
sock_type *socket;
char in;
. . .
in = sock_putc(socket, 'A');
printf("%c", in);
See Also
sock_puts (page 103)
Seitenansicht 103
1 2 ... 99 100 101 102 103 104 105 106 107 108 109 ... 121 122

Kommentare zu diesen Handbüchern

Keine Kommentare