Function silc_example_function
SYNOPSIS
bool silc_example_function(SilcExampleType type);
DESCRIPTION
Description of the silc_example_function.
NOTES
There may be additional notes that programmers should be aware of
for this function.
EXAMPLE
if (!silc_example_function(SILC_EXAMPLE_1))
SILC_LOG_ERROR(("Error occurred during example function"));
SEE ALSO
SilcExampleType, SILC_LOG_ERROR, SilcExampleStruct
|