[Overview][Classes][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Type implemented to support integer-sized port access
Source position: ports.pp line 26
type tport = class |
||
protected |
||
procedure writeport(); |
|
Writes an integer of data to a port |
function readport(); |
|
Reads an integer of data from a port |
public |
||
property pp: Byte; default; [rw] |
|
Access integer-sized port by port number |
end; |
|
Type implemented to support integer-sized port access |
|
| | ||
TObject |
The TPort type is implemented specially for access to the ports in a TP compatible manner. There is no need to create an instance of this type: the standard TP variables are instantiated at unit initialization.
|
Provide port access per integer |
|
|
Type implemented to support word-sized port access |
|
|
Type implemented to support Longint-sized port access |
lazarus-ccr.sourceforge.net |