TMTPTypeInt8 Class Reference

class TMTPTypeInt8 : public TMTPTypeIntBase

Defines the MTP signed 8-bit integer data type.

Inherits from

Constructor & Destructor Documentation

TMTPTypeInt8()

IMPORT_CTMTPTypeInt8()

Default constructor.

TMTPTypeInt8(TInt8)

IMPORT_CTMTPTypeInt8(TInt8aData)

Conversion constructor.

Parameters

TInt8 aDataThe initial data value.

Member Functions Documentation

Set(TInt8)

IMPORT_C voidSet(TInt8aValue)

Sets the data type to the specified value.

Parameters

TInt8 aValue

Value()

IMPORT_C TInt8Value()const

Provides data types's value.