TMTPTypeInt32 Class Reference

class TMTPTypeInt32 : public TMTPTypeIntBase

Defines the MTP signed 32-bit integer data type.

Inherits from

Constructor & Destructor Documentation

TMTPTypeInt32()

IMPORT_CTMTPTypeInt32()

Default constructor.

TMTPTypeInt32(TInt32)

IMPORT_CTMTPTypeInt32(TInt32aData)

Conversion constructor.

Parameters

TInt32 aDataThe initial data value.

Member Functions Documentation

Set(TInt32)

IMPORT_C voidSet(TInt32aValue)

Sets the data type to the specified value.

Parameters

TInt32 aValue

Value()

IMPORT_C TInt32Value()const

Provides data types's value.