TMTPTypeInt8 Class Reference

class TMTPTypeInt8 : public TMTPTypeIntBase

Defines the MTP signed 8-bit integer data type.

Inherits from

Constructor & Destructor Documentation

TMTPTypeInt8()

IMPORT_C TMTPTypeInt8 ( )

Default constructor.

TMTPTypeInt8(TInt8)

IMPORT_C TMTPTypeInt8 ( TInt8 aData )

Conversion constructor.

Parameters

TInt8 aData The initial data value.

Member Functions Documentation

Set(TInt8)

IMPORT_C void Set ( TInt8 aValue )

Sets the data type to the specified value.

Parameters

TInt8 aValue

Value()

IMPORT_C TInt8 Value ( ) const

Provides data types's value.