SFENCE Wiki
The SFENCE dynamic library is an interface for writing programs.
Status: Beta
Brought to you by:
sfence
extern SFENCEAPI enum eSFENCE_Bool SFENCECALL Protocol_Protocol_Send_Message(struct sProtocol_Protocol *ps_protocol, struct sEvent_Event *ps_event);
| Parameter | Meaning |
|---|---|
| ps_protocol | pointer of Protocol_Protocol object |
| ps_event | pointer of Event_Event object |
| 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. |
Protocol_Protocol_Send_Message function is used for send message to protocol.