SENA HD132x Series User Manual

Page 54

Advertising
background image

HD132x Series User Manual

54

//---------------------

// UDP Socket Close

//---------------------

void UDPSocketClose()

{

closesocket(sock);

}

The sample program has been written in Visual C/C++ 6.0 environment, and you can run it in Visual

C/C++ 6.0 environment by clicking workspace file (*.dsw). Figure 5.10 shows data received from the

HelloDevice.

Figure 5.10 Running Data Server Sample Program

Advertising