next up previous contents index
Next: inportw Up: Functions and Procedures Previous: get_ss

inportb

   

Declaration:

Function inportb (port : Word) : byte;

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:

outportb, inportw, inportl



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