c++ Programming Glossary: retorno
send() function returns more bytes that it was required c++ http://stackoverflow.com/questions/19769836/send-function-returns-more-bytes-that-it-was-required-c not being sent. Here is my code StartSendingMessages int retorno CString TextRetorno HEX_bufferMessage new CHAR 7 there are seven.. green HEX_bufferMessage 5 0x0E C1 HEX_bufferMessage 6 0xF7 retorno send sckSloMo HEX_bufferMessage sizeof HEX_bufferMessage 0 TextRetorno.Format.. sizeof HEX_bufferMessage 0 TextRetorno.Format d retorno retorno 8 AfxMessageBox Bytes enviados TextRetorno if retorno..
|