TMTPTypeUint8 Class Reference

class TMTPTypeUint8 : public TMTPTypeUintBase

Defines the MTP unsigned 8-bit integer data type.

Inherits from

Constructor & Destructor Documentation

TMTPTypeUint8()

IMPORT_C TMTPTypeUint8 ( )

Default constructor.

TMTPTypeUint8(TUint8)

IMPORT_C TMTPTypeUint8 ( TUint8 aData )

Conversion constructor.

Parameters

TUint8 aData The initial data value.

Member Functions Documentation

Set(TUint8)

IMPORT_C void Set ( TUint8 aValue )

Sets the data type to the specified value.

Parameters

TUint8 aValue

Value()

IMPORT_C TUint8 Value ( ) const

Provides data types's value.