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_Check(struct sProtocol_Protocol *ps_protocol);
| Parameter | Meaning |
|---|---|
| ps_protocol | pointer of Protocol_Protocol object |
| Value | Meaning |
|---|---|
| eSFENCE_Bool_True, eSFENCE_Bool_Success | any message can be sent or received |
| eSFENCE_bool_False | no message can be sent or received |
| eSFENCE_Bool_Fail | it means that there was happend some critical error in driver of Protocol_Protocol object. |
Protocol_Protocol_Check function is used for check if you can send or receive message to/from protocol.
Wiki: Object:Protocol_Protocol:DriverFunction:Check
Wiki: Object:Protocol_Protocol