⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 icommutag.h

📁 使用CFNetwork.framework实现的通信中间件。
💻 H
字号:
////  iClientInfo.h//  Communicate////  Created by Owen.Qin on 9/24/08.//  Copyright 2008 __MyCompanyName__. All rights reserved.//#import "iCommDef.h"// class // save multi-client information@interface iClientInfo : NSObject {@public	CFSocketNativeHandle	_handle;	CFSocketRef				_s;	NSString*				_identifier;}@property (nonatomic, retain, readwrite) NSString* _identifier;@end// class// define message content@interface iMsg : NSObject{@public	CFSocketRef				_s;				// use for communication	CFSocketRef				_socClient;		// client socket	NSString*				_msgId;			// message identifier	NSString*				_msgDest;		// message destination	NSString*				_msgBody;		// message body}@end// class // define message id and callback map@interface iMapMsgIdAndCallBack : NSObject{@public	NSString*				_msgId;	iCommCallBack			_callback;}@end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -