next up previous contents index
Next: inportl Up: Functions and Procedures Previous: inportb

inportw

   

Declaration:

Function inportw (port : Word) : Word;

Description:

Reads data from the selected I/O port

Parameters:

port:
the I/O port number which is read

Return values: Current I/O port value

Notes: The returned data is either be byte, word or longint sized, dependant of the function.

Errors:

none

See also:

outportw inportb, inportl



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998