Intersystem Tranceiver/trxdefs.h
author Arnaud Lenoir
Mon, 13 Sep 2010 13:27:05 +0100
changeset 24 8352b635bf00
parent 0 bb4b476bbb96
permissions -rw-r--r--
FYI - READ ONLY - Updated SHAI_public_APIs-status.xlsx. contact arnaudl@symbian.org for any changes you want.

/*
  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__ */