1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
28 Message type enumeration.
30 enum TRemConMessageType
32 /** Undefined message type. */
33 ERemConMessageTypeUndefined = 0,
41 /** Errored Response or Reject. */
42 /** Treated as a command completion by RemCon */
49 enum TRemConMessageSubType
51 /** Default command or response */
52 ERemConMessageDefault = 0,
54 /** Notify command requiring an interim response and (later) changed response */
55 ERemConNotifyCommandAwaitingInterim,
57 /** Notify command requiring only a changed response, after notify has been readdressed */
58 ERemConNotifyCommandAwaitingChanged,
60 /** Notify interim response */
61 ERemConNotifyResponseInterim,
63 /** Notify changed response */
64 ERemConNotifyResponseChanged,
67 #endif // MESSAGETYPE_H