Symbian
Symbian OS Library

SYMBIAN OS V9.2

[Index] [Spacer] [Previous] [Next]



Location: remconcoreapi.h

remconcoreapi.h Global variables


KRemConCoreApiMaxOperationSpecificDataSize

const TUint KRemConCoreApiMaxOperationSpecificDataSize;

Description

A buffer size for Core API operations' operation-specific data.

[Top]


KRemConCoreApiResultDataLength

const TUint KRemConCoreApiResultDataLength;

Description

Length of the results data in bytes.

[Top]


KRemConCoreApiResultPad

const TLitC8< sizeof("") KRemConCoreApiResultPad;

Description

String of same length as result data.

[Top]


KRemConCoreApiCommandDataOffset

const TUint KRemConCoreApiCommandDataOffset;

Description

Offset for operation data for commands

[Top]


KRemConCoreApiResponseDataOffset

const TUint KRemConCoreApiResponseDataOffset;

Description

Offset for operation data for responses

[Top]


KRemConCoreApiButtonDataOffset

const TUint KRemConCoreApiButtonDataOffset;

Description

Offset of button data from beginning of data section. ie the offset of the data for commands is KRemConCoreApiCommandDataOffset +KRemConCoreApiButtonDataOffset. The offset of the button data for responses is KRemConCoreApiResponseDataOffset+KRemConCoreApiButtonDataOffset.

[Top]


KRemConCoreApiButtonDataLength

const TUint KRemConCoreApiButtonDataLength;

Description

Length of the button action data in bytes.

[Top]


KRemConCoreApiPressRefreshInterval

const TUint KRemConCoreApiPressRefreshInterval;

Description

Button press refresh interval. If the client wants to emulate a button being held down, they send a press. The client must re-post the press within this time, and continue to re-post at least this frequently, otherwise the bearer may assume that the hold has finished. The client may finish the hold by sending a release.

[Top]


KRemConCoreApiUid

const TInt KRemConCoreApiUid;

Description

The UID identifying this outer-layer RemCon interface.