fido-device-onboard / client-sdk-fidoiot

This a C-based implementation of the Device component defined in FIDO Device Onboard (FDO) Specification.
Apache License 2.0
20 stars 32 forks source link

Refactored long fdo_sys switch case #240

Closed ghost closed 1 year ago

ghost commented 1 year ago

/*   Created following functions :-     FDO_SI_START_FUNCTION   FDO_SI_FAILURE_FUNCTION   FDO_SI_HAS_MORE_DSI_FUNCTION   FDO_SI_IS_MORE_DSI_FUNCTION   FDO_SI_GET_DSI_COUNT_FUNCTION   FDO_SI_GET_DSI_FUNCTION   FDO_SI_SET_OSI_FUNCTION    FDO_SI_SET_OSI_STRCMP    FDO_SI_SET_OSI_WRITE    FDO_SI_SET_OSI_EXEC    FDO_SI_SET_OSI_STATUSCB    FDO_SI_SET_OSI_FETCH   FDO_END_FUNCTION  */