#include <portaparalela-linux.h>


Métodos Públicos | |
| PortaParalelaLinux (const unsigned int &porta=0x378) throw (ImpossivelInicializar) | |
| Construtor. | |
| ~PortaParalelaLinux () | |
| Destrutor. | |
| PortaParalelaLinux (const PortaParalela &) throw (ImpossivelCopiar) | |
| Construtor de copia - invalido. | |
| PP::PortaParalelaLinux::PortaParalelaLinux | ( | const unsigned int & | porta = 0x378 |
) | throw (ImpossivelInicializar) |
Construtor.
| porta | define o valor da porta no sistema. Os valores permitidos sao 0x378, 0x278 e 0x3BC. |
| ImpossivelInicializar |
| PP::PortaParalelaLinux::PortaParalelaLinux | ( | const PortaParalela & | ) | throw (ImpossivelCopiar) |
Construtor de copia - invalido.
O constutor de copia e o operador= apenas lancam a excecao ImpossivelCopiar evitando a copia do objeto e conflitos.
| ImpossivelCopiar |
1.5.4