ICAROUS
|
Structure to hold port attributes.
#include <port_lib.h>
Public Attributes | |
int | id |
id | |
portType_e | portType |
port type | |
struct sockaddr_in | target_addr |
target address | |
struct sockaddr_in | self_addr |
self address | |
socklen_t | recvlen |
length of received host properties | |
int | sockId |
socket id | |
int | portin |
input socket | |
int | portout |
output socket | |
char | target [50] |
target ip address/or name of serial port | |
char | recvbuffer [BUFFER_LENGTH] |
buffer for incoming data | |
int | baudrate |
baud rate only if a serial port | |