| uint32_t EI_API_ADP_getIpNwMask | ( | T * | pAdp_p, |
| uint32_t * | pIpNwMask_p | ||
| ) |
Get the network mask (Instance Attribute ID: 5).
Function that returns the network mask of the adapter selected by parameter pAdp_p in output parameter pIpNwMask_p.
| [in] | pAdp_p | Pointer to the adapter. |
| [out] | pIpNwMask_p | uint32_t pointer to network mask of the adapter specified by parameter pAdp_p. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |