|
|
|
|
Location:
remconcoreapi.h
const TUint KRemConCoreApiMaxOperationSpecificDataSize;
A buffer size for Core API operations' operation-specific data.
const TUint KRemConCoreApiButtonDataOffset;
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.
const TUint KRemConCoreApiPressRefreshInterval;
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.
const TInt KRemConCoreApiUid;
The UID identifying this outer-layer RemCon interface.