1.3.10.1 WDRV_PIC32MZW_REGDOMAIN_CALLBACK Typedef

C

    typedef void (*WDRV_PIC32MZW_REGDOMAIN_CALLBACK)

Summary

Pointer to a regulatory domain callback.

Description

This defines a function pointer to a regulatory domain callback which will receive information about a single domain.

Parameters

ParamDescription
handleClient handle obtained by a call to WDRV_PIC32MZW_Open.
indexIndex with a grouping of regulatory domains.
ofTotalTotal number of domain within a grouping.
isCurrentIs this domain the currently active one.
pRegDomInfoPointer to WDRV_PIC32MZW_REGDOMAIN_INFO of regulatory domain.

Returns

None.

Remarks

When called in response to WDRV_PIC32MZW_RegDomainGet this callback will receive a grouping of 'ofTotal' domain records. An empty grouping is indicated by pRegDomain being blank (empty or NULL) and ofTotal being zero. When called in response to WDRV_PIC32MZW_RegDomainSet this callback will receive either a single group of the request domain as confirmation of application or ofTotal will be zero.