Definition at line 116 of file NetInterface.cpp.
00117 { 00118 int writeBytes = ::write(outDescr, writebuffer.c_str(), strlen(writebuffer.c_str())); 00119 return writeBytes; 00120 }