TMTPTypeInt16 Class Reference

class TMTPTypeInt16 : public TMTPTypeIntBase

Defines the MTP signed 16-bit integer data type.

Inherits from

Constructor & Destructor Documentation

TMTPTypeInt16()

IMPORT_CTMTPTypeInt16()

Default constructor.

TMTPTypeInt16(TInt16)

IMPORT_CTMTPTypeInt16(TInt16aData)

Conversion constructor.

Parameters

TInt16 aDataThe initial data value.

Member Functions Documentation

Set(TInt16)

IMPORT_C voidSet(TInt16aValue)

Sets the data type to the specified value.

Parameters

TInt16 aValue

Value()

IMPORT_C TInt16Value()const

Provides data types's value.