|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstec.sfc.Win32.IOPort
public final class IOPort
Used to read and write to IO ports.
Constructor Summary | |
---|---|
IOPort()
|
Method Summary | |
---|---|
static int |
inByte(int port)
Reads an unsigned byte from the specified IO port. |
static int |
inInt(int port)
Reads an unsigned double word from the specified IO port. |
static int |
inShort(int port)
Reads an unsigned word from the specified IO port. |
static int |
outByte(int port,
int data)
Writes an unsigned byte to the specified IO port. |
static int |
outInt(int port,
int data)
Writes an unsigned double word to the specified IO port. |
static int |
outShort(int port,
int data)
Writes an unsigned word to the specified IO port. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IOPort()
Method Detail |
---|
public static final int outByte(int port, int data)
port
- the IO port number, an unsigned short value.data
- the unsigned byte to write.
public static final int outShort(int port, int data)
port
- the IO port number, an unsigned short value.data
- the unsigned word to write.
public static final int outInt(int port, int data)
port
- the IO port number, an unsigned short value.data
- the unsigned double word to write.
public static final int inByte(int port)
port
- the IO port number, an unsigned short value.
public static final int inShort(int port)
port
- the IO port number, an unsigned short value.
public static final int inInt(int port)
port
- the IO port number, an unsigned short value.
|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001-2005 Servertec. All rights reserved.