connectionmonitoring/connmon/connectionmonitor/inc/ConnMonNoti.h
changeset 52 bbe4544dfd31
parent 44 a0c4ceac30d0
equal deleted inserted replaced
50:6a30cdd10231 52:bbe4544dfd31
     1 /*
     1 /*
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   671         * Sets interface status to closed.
   671         * Sets interface status to closed.
   672         * @since
   672         * @since
   673         * @return void.
   673         * @return void.
   674         */
   674         */
   675         void SetInterfaceClosed();
   675         void SetInterfaceClosed();
   676         
   676 
   677         /**
   677         /**
   678         * Tells whether interface has been closed or not.
   678         * Tells whether interface has been closed or not.
   679         * @since
   679         * @since
   680         * @return ETrue if interface has been closed, otherwise EFalse.
   680         * @return ETrue if interface has been closed, otherwise EFalse.
   681         */
   681         */
   685         * Sets link layer status to closed.
   685         * Sets link layer status to closed.
   686         * @since
   686         * @since
   687         * @return void.
   687         * @return void.
   688         */
   688         */
   689         void SetLinkLayerClosed();
   689         void SetLinkLayerClosed();
   690         
   690 
   691         /**
   691         /**
   692         * Sets link layer status to NOT closed.
   692         * Sets link layer status to NOT closed.
   693         * @since
   693         * @since
   694         * @return void.
   694         * @return void.
   695         */
   695         */
   696         void SetLinkLayerOpen();
   696         void SetLinkLayerOpen();
   697         
   697 
   698         /**
   698         /**
   699         * Return ETrue if KLinkLayerClosed has been received.
   699         * Return ETrue if KLinkLayerClosed has been received.
   700         * @since
   700         * @since
   701         * @return ETrue if KLinkLayerClosed has been received, otherwise returns EFalse.
   701         * @return ETrue if KLinkLayerClosed has been received, otherwise returns EFalse.
   702         */
   702         */