44 #if defined(SIMPLE_MESSAGE_LINUX) || defined(LINUXSOCKETS) 46 #include "sys/socket.h" 48 #include "arpa/inet.h" 56 #ifdef SIMPLE_MESSAGE_MOTOPLUS 80 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)