TMTPTypeUint8 Class Reference

class TMTPTypeUint8 : public TMTPTypeUintBase

Defines the MTP unsigned 8-bit integer data type.

Inherits from

Constructor & Destructor Documentation

TMTPTypeUint8()

IMPORT_CTMTPTypeUint8()

Default constructor.

TMTPTypeUint8(TUint8)

IMPORT_CTMTPTypeUint8(TUint8aData)

Conversion constructor.

Parameters

TUint8 aDataThe initial data value.

Member Functions Documentation

Set(TUint8)

IMPORT_C voidSet(TUint8aValue)

Sets the data type to the specified value.

Parameters

TUint8 aValue

Value()

IMPORT_C TUint8Value()const

Provides data types's value.