| configure(char *host, unsigned int gpioIPPort, unsigned int serialIPPort, unsigned int dMask, unsigned int dValues, unsigned int lMask, unsigned int lValues) | XPort | |
| connectSocket(char *host, int port) | XPort | [private] |
| connectxp(ConnectionID select, boolean doConfig) | XPort | |
| connectxp(ConnectionID select) | XPort | |
| disconnectxp(ConnectionID select) | XPort | |
| getConnection() | XPort | |
| getHost() | XPort | |
| getpGPIO() | XPort | |
| getpSerial() | XPort | |
| getsdGPIO() | XPort | |
| getsdSerial() | XPort | |
| operator<<(ostream &output, const XPort &n) | XPort | [friend] |
| readBytes(int sd, char *buf, int len) | XPort | |
| readResponse(XPortResponse *xpResponse) | XPort | |
| writeBytes(int sd, char *buf, int len) | XPort | |
| writeCommand(XPortCommand *xpCommand) | XPort | |
| writeRead(XPortCommand *xpCommand, XPortResponse *xpResponse) | XPort | |
| writeSerial(const char *msg, unsigned int len, unsigned int offset) | XPort | |
| xpConnection | XPort | [private] |
| XPort() | XPort | |
| XPort(char *host, unsigned int gpioPort, unsigned int serialPort, unsigned int dirMask, unsigned int dirValues, unsigned int levelMask, unsigned int levelValues) | XPort | |