04-19-2010, 03:15 AM
WSAStartup
WSACleanup
WSAGetLastError
closesocket
inet_addr
gethostbyname
gethostbyaddr
htons
connect
send
recv
These functions can be used to create TCP/IP client. All documented in MSDN. You also have to know protocol used by Inovonics 730 RDS encoder.
WSACleanup
WSAGetLastError
closesocket
inet_addr
gethostbyname
gethostbyaddr
htons
connect
send
recv
These functions can be used to create TCP/IP client. All documented in MSDN. You also have to know protocol used by Inovonics 730 RDS encoder.
