WAC Bonjour
IntroductionThis header contains function prototypes called by the WAC engine. These functions abstract the interaction with mDNSResponder. Functions
RegisterWACBonjourServiceThis function will register the _mfi-config service with mDNSResponder. OSStatus RegisterWACBonjourService( WACContext_t *const inContext, uint8_t inSeed ); ParametersReturn ValuekNoErr if successful or an error code indicating failure. RemoveWACBonjourServiceThis function will remove the _mfi-config service from mDNSResponder. OSStatus RemoveWACBonjourService( WACContext_t *const inContext ); ParametersReturn ValuekNoErr if successful or an error code indicating failure. |