Click here to Skip to main content
15,895,740 members
Articles / Mobile Apps / Windows Mobile

CCESocket: a general purpose TCP/UDP socket class for WinCE

Rate me:
Please Sign up or sign in to vote.
4.91/5 (25 votes)
27 Jun 2006CPOL9 min read 159K   6.7K   95  
This article presents a new socket wrapper class specifically designed for the WinCE (PokcetPC) platform that solves the issues of asynchronous notifications and more.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by GenClient.rc
//
#define IDD_GENCLIENT_DIALOG            102
#define IDR_MAINFRAME                   128
#define SOCK_ONRECEIVE                  200
#define SOCK_ONCLOSE                    201
#define IDC_ADDRESS                     1001
#define IDC_PORT                        1002
#define IDC_CONNECT                     1003
#define IDC_NETRECV                     1004
#define IDC_NETSEND                     1005
#define IDC_TCP                         1006
#define IDC_UDP                         1007

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1008
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Italy Italy
I'm working for the AI and robotics department at the University "La Sapienza" of Rome. Currently our research include four-legged and rescue robotics, multiagent systems, human robot interfaces and a 3D simulator based on USARSim.

Comments and Discussions