TMTPTypeUint32 Class Reference

class TMTPTypeUint32 : public TMTPTypeUintBase

Defines the MTP signed 32-bit integer data type.

Inherits from

Constructor & Destructor Documentation

TMTPTypeUint32()

IMPORT_CTMTPTypeUint32()

Default constructor.

TMTPTypeUint32(TUint32)

IMPORT_CTMTPTypeUint32(TUint32aData)

Conversion constructor.

Parameters

TUint32 aDataThe initial data value.

Member Functions Documentation

Set(TUint32)

IMPORT_C voidSet(TUint32aValue)

Sets the data type to the specified value.

Parameters

TUint32 aValue

Value()

IMPORT_C TUint32Value()const

Provides data types's value.