MWlanEapolCallbackInterface Class Reference

class MWlanEapolCallbackInterface

This class defines the method used for sending data from EAPOL to WLAN Engine.

Since
S60 v3.2
Public Member Functions
TInt SendData (const void *const , const TInt )

Member Functions Documentation

SendData(const void *const, const TInt)

TInt SendData ( const void *const aData,
const TInt aLength
) [pure virtual]

Callback interface to partner.

Since
S60 v3.2

Parameters

const void *const aData Pointer to the data to be sent.
const TInt aLength Length of the data to be sent.