Changeset 846 for trunk/tools/runonphone/symbianutils/trkdevice.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/runonphone/symbianutils/trkdevice.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/runonphone/symbianutils/trkdevice.h
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 65 65 * read operation. 66 66 * 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. 68 68 * Contains a write message queue allowing 69 69 * for queueing messages with a notification callback. If the message receives 70 70 * 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. */ 73 75 74 76 enum { TRK_WRITE_QUEUE_NOOP_CODE = 0x7f }; … … 112 114 bool sendTrkAck(unsigned char token); 113 115 116 117 118 114 119 signals: 115 120 void messageReceived(const trk::TrkResult &result);
Note:
See TracChangeset
for help on using the changeset viewer.
