44 #include "sys/socket.h" 46 #include "arpa/inet.h" 75 bool rawPoll(
int timeout,
bool & ready,
bool & error);
Defines socket functions required for a simple connection type.
bool rawPoll(int timeout, bool &ready, bool &error)
polls socket for data or error
int rawReceiveBytes(char *buffer, industrial::shared_types::shared_int num_bytes)
int rawSendBytes(char *buffer, industrial::shared_types::shared_int num_bytes)