Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/runonphone/symbianutils/trkdevice.h

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    6565 * read operation.
    6666 * The serialFrames property specifies whether packets are encapsulated in
    67  * "0x90 <length>" frames, which is currently the case for serial ports. 
     67 * "0x90 <length>" frames, which is currently the case for serial ports.
    6868 * Contains a write message queue allowing
    6969 * for queueing messages with a notification callback. If the message receives
    7070 * an ACK, the callback is invoked.
    71  * The special message TRK_WRITE_QUEUE_NOOP_CODE code can be used for synchronisation.
    72  * The respective  message will not be sent, the callback is just invoked. */
     71 * The special message TRK_WRITE_QUEUE_NOOP_CODE code can be used for synchronization.
     72 * The respective  message will not be sent, the callback is just invoked.
     73 * Note that calling open/close in quick succession can cause crashes
     74 * due to the use of queused signals. */
    7375
    7476enum { TRK_WRITE_QUEUE_NOOP_CODE = 0x7f };
     
    112114    bool sendTrkAck(unsigned char token);
    113115
     116
     117
     118
    114119signals:
    115120    void messageReceived(const trk::TrkResult &result);
Note: See TracChangeset for help on using the changeset viewer.