Prosoft-technology MVI69-ADMNET Bedienungsanleitung Seite 109

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

Kommentare zu diesen Handbüchern

Keine Kommentare