bioexamplebif.rss

来自「基于symbian的收发SMS、MMS消息」· RSS 代码 · 共 26 行

RSS
26
字号
#include <biftool.rh>	

RESOURCE BIO_INFO_FILE
	{
	message_type_uid=0x1000ffff;        // just an example uid for the message, might overlap with something else
	message_parser_uid=0x101F402B;      // my reserved uid for the message parser
	message_app_uid=0x101F402A;         // my reserved uid for the message viewer app
	message_appctrl_uid=0x00000000;     // no control in use

	description="BIOexample";

	icons_filename="bioexample.mbm";

	icon_zoom_levels = {1};

	ids=
		{
		ID
			{
			type=ENbs;
			confidence=EPossible;
			character_set=KCharSetDefault;
			text="//BIOEX";
			}
		}; // this message is received only on SMS bearer, else other id fields would be defined here (EWap, EIana)
	}

⌨️ 快捷键说明

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