TMTPTypeUint32 Class Reference

class TMTPTypeUint32 : public TMTPTypeUintBase

Defines the MTP signed 32-bit integer data type.

Inherits from

Constructor & Destructor Documentation

TMTPTypeUint32()

IMPORT_C TMTPTypeUint32 ( )

Default constructor.

TMTPTypeUint32(TUint32)

IMPORT_C TMTPTypeUint32 ( TUint32 aData )

Conversion constructor.

Parameters

TUint32 aData The initial data value.

Member Functions Documentation

Set(TUint32)

IMPORT_C void Set ( TUint32 aValue )

Sets the data type to the specified value.

Parameters

TUint32 aValue

Value()

IMPORT_C TUint32 Value ( ) const

Provides data types's value.