SFrameControl Struct Reference

struct SFrameControl

802.11 Frame Control field

Constructor & Destructor Documentation

SFrameControl(T802Dot11FrameControlTypeMask, T802Dot11FrameControlBitMask)

SFrameControl ( T802Dot11FrameControlTypeMask aType,
T802Dot11FrameControlBitMask aControl
) [inline]

Ctor

Parameters

T802Dot11FrameControlTypeMask aType type field
T802Dot11FrameControlBitMask aControl control field

SFrameControl(const SFrameControl &)

SFrameControl ( const SFrameControl & ) [private]

Prohibit copy constructor

Parameters

const SFrameControl &

Member Functions Documentation

operator()()

TUint16 operator() ( ) const [inline]

Returns type and control fields combined as a single TUint16 value

operator=(const SFrameControl &)

SFrameControl & operator= ( const SFrameControl & aObj ) [private]

Prohibit assignment operator

Parameters

const SFrameControl & aObj

Member Data Documentation

TUint8 iControl

TUint8 iControl

control filed

TUint8 iType

TUint8 iType

type field