TMTPTypeUint16 Class Reference

class TMTPTypeUint16 : public TMTPTypeUintBase

Defines the MTP unsigned 16-bit integer data type.

Inherits from

Constructor & Destructor Documentation

TMTPTypeUint16()

IMPORT_C TMTPTypeUint16 ( )

Default constructor.

TMTPTypeUint16(TUint16)

IMPORT_C TMTPTypeUint16 ( TUint16 aData )

Conversion constructor.

Parameters

TUint16 aData The initial data value.

Member Functions Documentation

Set(TUint16)

IMPORT_C void Set ( TUint16 aValue )

Sets the data type to the specified value.

Parameters

TUint16 aValue

Value()

IMPORT_C TUint16 Value ( ) const

Provides data types's value.