TMTPTypeInt16 Class Reference

class TMTPTypeInt16 : public TMTPTypeIntBase

Defines the MTP signed 16-bit integer data type.

Inherits from

Constructor & Destructor Documentation

TMTPTypeInt16()

IMPORT_C TMTPTypeInt16 ( )

Default constructor.

TMTPTypeInt16(TInt16)

IMPORT_C TMTPTypeInt16 ( TInt16 aData )

Conversion constructor.

Parameters

TInt16 aData The initial data value.

Member Functions Documentation

Set(TInt16)

IMPORT_C void Set ( TInt16 aValue )

Sets the data type to the specified value.

Parameters

TInt16 aValue

Value()

IMPORT_C TInt16 Value ( ) const

Provides data types's value.