Menu

Object:Protocol_Protocol:Function:Send_Message

SFENCE

Protocol_Protocol_Send_Message

Header:
extern SFENCEAPI enum eSFENCE_Bool SFENCECALL Protocol_Protocol_Send_Message(struct sProtocol_Protocol *ps_protocol, struct sEvent_Event *ps_event);
Parameters:
Parameter Meaning
ps_protocol pointer of Protocol_Protocol object
ps_event pointer of Event_Event object
Return value:
Value Meaning
eSFENCE_Bool_True, eSFENCE_Bool_Success message was sent
eSFENCE_bool_False message wasn't sent
eSFENCE_Bool_Fail it means that there was happend some critical error in driver of Protocol_Protocol object.
Description:

Protocol_Protocol_Send_Message function is used for send message to protocol.


Related

Wiki: Object:Event_Event
Wiki: Object:Protocol_Protocol