ARM VERSION 1.2 Datenblatt Seite 114

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 176
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 113
ARMulator Reference
4-54 Copyright © 1999-2001 ARM Limited. All rights reserved. ARM DUI0058D
4.11.4 Hostif_ConsoleReadC
This function reads a character from the ARMulator console.
Syntax
int Hostif_ConsoleReadC(const struct
RDI_HostosInterface *hostif)
where:
hostif
is the handle for the host interface.
Return
This function returns the ASCII value of the character read, or EOF.
4.11.5 Hostif_WriteC
This function writes a character to the ARMulator console.
Syntax
void Hostif_ConsoleWriteC(const struct
RDI_HostosInterface *hostif, int c)
where:
hostif
is the handle for the host interface.
c
is the character to write.
c
is converted to an unsigned char.
Seitenansicht 113
1 2 ... 109 110 111 112 113 114 115 116 117 118 119 ... 175 176

Kommentare zu diesen Handbüchern

Keine Kommentare