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
Param | Description |
---|---|
handle | Client handle obtained by a call to WDRV_PIC32MZW_Open. |
index | Index with a grouping of regulatory domains. |
ofTotal | Total number of domain within a grouping. |
isCurrent | Is this domain the currently active one. |
pRegDomInfo | Pointer 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.