Intersystem Tranceiver/trxdefs.h
author Arnaud Lenoir
Tue, 27 Jul 2010 14:02:05 +0100
changeset 17 fc9a6286e87d
parent 0 bb4b476bbb96
permissions -rw-r--r--
FYI - READ ONLY - contact arnaudl@symbian.org for any changes you want. Added data code availabe for OS&Base Services.

/*
  trxdefs.h

  Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
  All rights reserved.

  This program and the accompanying materials are made available 
  under the terms of the Eclipse Public License v1.0 which accompanies 
  this distribution, and is available at 
  http://www.eclipse.org/legal/epl-v10.html

  Initial Contributors:
  Nokia Corporation - initial contribution.

  Contributors:
*/

/** @trxdefs.h
@brief Unique identifiers of transceivers. Part of IST API.
@publishedDeviceAbstraction
*/

#ifndef __TRXDEFS_H__
#define __TRXDEFS_H__

// Enumerations

/**
Unique identifiers for each transceiver.
*/
enum TTrxId
    {
    ETrxHSI             = 0x00,
    ETrxSharedMemory,
    ETrxPartnerOS,
    ETrxTest,           // Only for testing purposes
    ETrxTest2,          // Only for testing purposes
    EAmountOfTrxs,      // Not used by transceivers
    };

#endif /* __TRXDEFS_H__ */