1.2.5.2.4 TCPIP_MAC_Close Function
C
void TCPIP_MAC_Close(
DRV_HANDLE hMac
);
Description
This is the function that closes an instance of the MAC. All per client data is released and the handle can no longer be used after this function is called.
Precondtions
TCPIP_MAC_Initialize() should have been called. TCPIP_MAC_Open() should have been called to obtain a valid handle.
Parameters
Parameters | Description |
---|---|
hMac | MAC client handle obtained by a call to TCPIP_MAC_Open(). |
Returns
None.
Remarks
None.