| class RAvrcpIPC |
| Public Member Functions | |
|---|---|
| IMPORT_C TRegisterNotificationEvent | GetEventIdFromIPCOperationId(TInt) |
| IMPORT_C TMetadataTransferPDU | GetPDUIdFromIPCOperationId(TInt) |
| void | ReadL(const TDesC8 &) |
| IMPORT_C TInt | SetIPCOperationIdFromEventId(TRegisterNotificationEvent) |
| IMPORT_C TUint8 | SymbianErrToStatus(TInt) |
| IMPORT_C TInt | SymbianErrorCheck(TInt) |
| void | WriteL(TDes8 &) |
| Protected Member Functions | |
|---|---|
| void | Close() |
| TUint16 | Read16L() |
| TUint32 | Read24L() |
| TUint32 | Read32L() |
| TUint64 | Read64L() |
| TUint8 | Read8L() |
| void | Write16L(TUint16) |
| void | Write24L(TUint32) |
| void | Write32L(TUint32) |
| void | Write64L(TUint64) |
| void | Write8L(TUint8) |
| Public Attributes | |
|---|---|
| RDesReadStream | iReadStream |
| RDesWriteStream | iStream |
| IMPORT_C TRegisterNotificationEvent | GetEventIdFromIPCOperationId | ( | TInt | aOperationId | ) | [static] |
| TInt aOperationId |
| IMPORT_C TMetadataTransferPDU | GetPDUIdFromIPCOperationId | ( | TInt | aOperationId | ) | [static] |
| TInt aOperationId |
| IMPORT_C TInt | SetIPCOperationIdFromEventId | ( | TRegisterNotificationEvent | aEventId | ) | [static] |
| TRegisterNotificationEvent aEventId |