Searched refs:smsg (Results 1 – 1 of 1) sorted by relevance
442 MBX_Msg smsg; in _MApi_MBX_DynamicClass() local454 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 …]