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 TIntaLength
)[pure virtual]

Callback interface to partner.

Since
S60 v3.2

Parameters

const void *const aDataPointer to the data to be sent.
const TInt aLengthLength of the data to be sent.