Home
last modified time | relevance | path

Searched refs:smsg (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/api_mbx/
H A DapiMBX.c442 MBX_Msg smsg; in _MApi_MBX_DynamicClass() local
454 memset((void*)&smsg, 0, sizeof(MBX_Msg)); in _MApi_MBX_DynamicClass()
455 smsg.eRoleID = eRoleID; in _MApi_MBX_DynamicClass()
456 smsg.eMsgType = E_MBX_MSG_TYPE_INSTANT; in _MApi_MBX_DynamicClass()
457 smsg.u8Ctrl = 0; in _MApi_MBX_DynamicClass()
458 smsg.u8MsgClass = E_MBX_CLASS_QUERY_CLASS; in _MApi_MBX_DynamicClass()
459 smsg.u8Index = eDMBX_Index; in _MApi_MBX_DynamicClass()
460 smsg.u8ParameterCount = strlen(Tab_DMBX_Class[Count_DMBX_Class].name) + 2; // string end token in _MApi_MBX_DynamicClass()
462 smsg.u8Parameters[0] = (MS_U8) Tab_DMBX_Class[Count_DMBX_Class].mbx_class; in _MApi_MBX_DynamicClass()
463 for (i = 0; i < (smsg.u8ParameterCount); i++) in _MApi_MBX_DynamicClass()
[all …]