TMTPTypeInt32 Class Reference

class TMTPTypeInt32 : public TMTPTypeIntBase

Defines the MTP signed 32-bit integer data type.

Inherits from

Constructor & Destructor Documentation

TMTPTypeInt32()

IMPORT_C TMTPTypeInt32 ( )

Default constructor.

TMTPTypeInt32(TInt32)

IMPORT_C TMTPTypeInt32 ( TInt32 aData )

Conversion constructor.

Parameters

TInt32 aData The initial data value.

Member Functions Documentation

Set(TInt32)

IMPORT_C void Set ( TInt32 aValue )

Sets the data type to the specified value.

Parameters

TInt32 aValue

Value()

IMPORT_C TInt32 Value ( ) const

Provides data types's value.