GEOS-SC: Index: r


Raise(...) Member function
  • AppBase class. Invoked by the ApplicationCache when this application has come to the foreground. This can be subclassed by applications if they are interested in...
  • RAMAllocator class
  • pos library. The RAMAllocator class manages memory allocation of RAM. It is the Allocator used for both the RAMStore (otherwise known as the POS) and the heap.
  • RAMStore class
  • fs library. The RAMStore is a FileStore "driver"that keeps files in nonvolatile RAM.
  • RAMStore(...) Inline member function
  • RAMStore class. RAMStore constructor. Object must be Initialized before it is used.
  • RC_NOT_ROAMING Enumerated value
  • PhoneSystem class, in enum RoamingCode. Mobile is on home network.
  • RC_ROAMING_IN_SYSTEM Enumerated value
  • PhoneSystem class, in enum RoamingCode. Mobile is in the home system.
  • RC_ROAMING_OUTSIDE_SYSTEM Enumerated value
  • PhoneSystem class, in enum RoamingCode. Mobile is fully roaming.
  • RD_ACCEPT Enumerated value
  • GSMSMSSystem class, in enum RejectDuplicates. Accept duplicates.
  • RD_REJECT Enumerated value
  • GSMSMSSystem class, in enum RejectDuplicates. Reject duplicates.
  • read(...) Global function
  • inet library. Read from a socket.
  • Read(...) Member function
  • Connection class. Read and write to the connection. Read a desired number of bytes from the input stream and place them in the given buffer in either a blocking or...
  • FileBody class. Reads data from the FileBody, beginning at the present location of the seek pointer and continuing until nbytes bytes have been read or the end of...
  • HTTP class. Read data from HTTP protocol stream. Data is available after calling Get() or Post().
  • InlineBody class. Reads data from the InlineBody, beginning at the present location of the seek pointer and continuing until nbytes bytes have been read or the end of...
  • Stream class. Read a desired number of bytes from the stream and place them in the given buffer in either a blocking or non-blocking fashion.
  • WWFile class. Read data from file protocol stream.
  • WWStream class. Read data from stream.
  • Read(...) Pure virtual member function
  • File class. Attempts to read nbytes of data from the File, beginning at the present location of the seek pointer and continuing until nbytes bytes have been read...
  • MessageBody class. Reads data from the MessageBody, beginning at the present location of the seek pointer and continuing until nbytes bytes have been read or the end of...
  • ReadBundleRecordFromBuffer(...) Member function
  • Ink class. Decodes a record of type IDRT_INK_BUNDLE_RECORD from the ink data into an INK_BUNDLE_RECORD structure.
  • ReadByte(...) Member function
  • Connection class. Read a single byte from the input stream in either a blocking or non-blocking fashion. The timeout and abortOnError fields are the same as for the...
  • Stream class. Read a single byte from the stream in either a blocking or non-blocking fashion. The timeout and abortOnError fields are the same as for the Read()...
  • WWStream class. Read a byte from stream.
  • ReadColorRecordFromBuffer(...) Member function
  • Ink class. Decodes a record of type IDRT_INK_COLOR_RECORD from the ink data into an INK_COLOR_RECORD structure. No checking is done to ensure that the position...
  • ReadDataFromBuffer(...) Member function
  • Ink class. Reads a portion of the Ink data as raw data. Use this method with caution. The records defined in ink data may be packed, which means that if you use...
  • ReadEndRecordFromBuffer(...) Member function
  • Ink class. Decodes a record of type IDRT_INK_END_RECORD from the ink data into an INK_END_RECORD structure. No checking is done to ensure that he position...
  • ReadEndTimeRecordFromBuffer(...) Member function
  • Ink class. Decodes a record of type IDRT_INK_END_TIME_RECORD from the ink data into an INK_END_TIME_RECORD structure.
  • ReadFieldCharString(...) Member function
  • Database class. Sets a single-byte string pointer to the specified field data inside the current record. This function can only be applied to single-byte string...
  • ReadFieldFloat32(...) Member function
  • Database class. Sets a float32 pointer to the specified field data inside the current record. The data remains valid as long as the current record is not changed and...
  • ReadFieldInt16(...) Member function
  • Database class. Gets an int16 pointer to the specified field data inside the current record. The data remains valid as long as the current record is not changed and...
  • ReadFieldInt32(...) Member function
  • Database class. Sets an int32 pointer to the specified field data inside the current record. The data remains valid as long as the current record is not changed and...
  • ReadFieldInt8(...) Member function
  • Database class. Gets an int8 pointer to the specified field data inside the current record. The data remains valid as long as the current record is not changed and...
  • ReadFieldRaw(...) Member function
  • Database class. Sets a (void*) pointer to the specified field data inside the current record. This function can only be applied to raw data fields with...
  • ReadFieldString(...) Member function
  • Database class. Sets a string pointer to the specified field data inside the current record. This function can only be applied to string fields with...
  • ReadLayoutFile(...) Member function
  • MimeLayout class. Read and parse the given layout file, generating an array of MimePartNodes representing its structure.
  • MimeLayout class. Read and parse the given layout file, generating an array of MimePartNodes representing its structure.
  • ReadLine(...) Member function
  • DebugMonitor class. ReadLine is used to read a line from the command line. It returns when either buffer characters are read, or a newline is seen.
  • ReadOffsetRecordFromBuffer(...) Member function
  • Ink class. Decodes a record of type IDRT_INK_OFFSET_RECORD from the ink data into an INK_OFFSET_RECORD structure.
  • ReadPendataRecordFromBuffer(...) Member function
  • Ink class. Decodes a record of type IDRT_INK_PENDATA_RECORD from the ink data into an INK_PENDATA_RECORD structure.
  • ReadPentipRecordFromBuffer(...) Member function
  • Ink class. Decodes a record of type IDRT_INK_PENTIP_RECORD from the ink data into an INK_PENTIP_RECORD structure.
  • ReadStartTimeRecordFromBuffer(...) Member function
  • Ink class. Decodes a record of type IDRT_INK_START_TIME_RECORD from the ink data into an INK_START_TIME_RECORD structure.
  • readv(...) Global function
  • inet library. Read, scattering.
  • Realloc(...) Member function
  • Allocator class. Takes a pointer previously returned by Malloc(), Realloc(), or Calloc() and resizes the block of memory.
  • RAMAllocator class. Takes a pointer previously returned by Malloc(), Realloc(), or Calloc() and resizes the block of memory.
  • ReallocData(...) Member function
  • MovableListNode class. Changes the amount of the node's movable storage space. If the size is increased, the new space will be zeroed out.
  • ReallocH(...) Global function
  • pos library. This is a convenience routine that calls the corresponding method on the global heap DataMap, theHeapDataMap.
  • ReallocH(...) Member function
  • Block class. Resizes the data block associated with the Block object. If newsize is 0, the data is deleted and SUCCESS is returned.
  • DataMap class. Takes a handle previously returned by MallocH() or CallocH() and resizes the block of memory. The passed handle must not be locked.
  • RealTimer class
  • kernel library. RealTimers are used for timers that must go off on a specific date and time. Even if the system is suspended, the real-time clock will turn on the...
  • ReasonPhrase(...) Member function
  • HTTP class. Get HTTP reason phrase. Phrase is available after a method has been called, which is Get() or Post(). This behavior is guaranteed by EC code.
  • ReceiveDeliver(...) Member function
  • GSMSMSSystem class. ReceiveDeliver receives a short message. Note:a Deliver-Report message is sent automatically when a Deliver message is received.
  • ReceiveStatus(...) Member function
  • GSMSMSSystem class. ReceiveStatus receives a report on the status of an SM. Note:a Deliver-Report message is sent automatically when a Status message is received.
  • ReceiveSubmitReportAck(...) Member function
  • GSMSMSSystem class. ReceiveSubmitReportAck receives an acknowledgment of a successful Submit. Note:for simplification, there is no parameter indicator.
  • ReceiveSubmitReportError(...) Pure virtual member function
  • GSMSMSSystem class. ReceiveSubmitReportError receives an acknowledgment of a failed Submit or Command. Note:we do not pass up the SC address that sent us the message, as...
  • RECHARGEABLE_BATTERY_TYPE Enumerated value
  • PD class, in enum BatteryType. The main battery is rechargeable.
  • RecordAdded(...) Inline member function
  • DatabaseListener class. RecordAdded() is invoked when a new record is added to the database. Can be overrided by subclass.
  • RecordDeleted(...) Inline member function
  • DatabaseListener class. RecordDeleted() is invoked when an existing record is deleted. Can be overrided by subclass.
  • RecordInBundleCallback(...) Global function
  • ink library. Callback type for Ink::EnumRecordInBundle. The callback should return TRUE to continue enumerating or FALSE to stop.
  • RecordModified(...) Inline member function
  • DatabaseListener class. RecordModified() is invoked when an existing record is modified. Can be overrided by subclass.
  • Recover(...) Member function
  • MailboxView class. Runs MailboxView's internal mailbox recovery code. This is run by the Uma at system startup time, or when the Uma is restarted after a shutdown.
  • recv(...) Global function
  • inet library. Receive message with flags.
  • recvfrom(...) Global function
  • inet library. Receive and get address.
  • recvmsg(...) Global function
  • inet library. Receive complex message.
  • Redraw(...) Member function
  • Window class. Called when an area needs redrawing. The default implementation does very little. It is up to a derived class to draw the window contents in whatever...
  • Register(...) Member function
  • BroadcastListener class. Registers the BroadcastListener with the specified broadcaster and keeps a pointer to the broadcaster so we can unregister in the destructor.
  • DatabaseListener class. Register() registers the object with a database object. Once the associated database is modified, an event is delivered to this object, i.e., a...
  • DataCallManager class. Installs a DataCallListener.
  • HardIconListener class. Causes this listener to be notified when the user presses a hard icon (the HardIconPressed() method is invoked).
  • InterceptShutdownListener class. Causes the power driver to begin sending notifications to this listener. User-initiated power-offs will be prevented until this listener is...
  • MailboxListener class. Registers the MailboxListener to receive notifications from the given mailbox.
  • MediaAvailableListener class. This method needs to be called before the instance will receive any notifications.
  • PowerListener class. Causes the power driver to begin sending notifications to this listener. The object will be automatically unregisted when it is destroyed, or it can...
  • SpoolListener class. Registers the SpoolListener to receive notifications about the Transport corresponding to the specified token.
  • TimeDateListener class. Causes this listener's TimeDateChanged() member function to be invoked when the system time/date has been changed.
  • Registry class
  • registry library. The Registry geode initializes, opens and cleans up the database file used to store registry data. This process occurs automatically because Registry...
  • Registry(...) Member function
  • Registry class. Registry constructor. Currently Registry is created with priority GT_LIBRARY +2, so that drivers, libraries and applications can use the registry...
  • REGISTRY_MAXIMUM_NUMBER_OF_CHILDREN Global data
  • registry library. Maximum number of children of each key.
  • REGISTRY_MAXIMUM_VALUE_SIZE Global data
  • registry library. Maximum registry value size.
  • RegistryKey class
  • registry library. A RegistryKey object represents a key/value pair in the registry tree.
  • RegistryKey(...) Member function
  • RegistryKey class. Create a registry key. A new RegistryKey always refers to the root of the registry tree. The inline alias RegistryRoot() can be used in a context...
  • RegistryRoot(...) Global function
  • registry library. Inline alias for RegistryKey constructor, named to reflect that a new RegistryKey always refers to the root of the registry tree.
  • RejectDuplicates Enumerated type
  • GSMSMSSystem class. The Reject-Duplicates field tells the SC whether or not to accept a duplicate SM (with the same reference and destination addresss as a previously...
  • RejectNewCall(...) Member function
  • VoiceCallManager class. Reject an incoming call. In GSM terms, this sets UDUB (user determined user busy). If the network does not support UDUB (#ifdef...
  • RelativeValidTime Enumerated type
  • GSMSMSSystem class. One-byte encoding of time, generally relative to the time of SMS submission (for validity periods). The millennium bug may be preferable here :-)
  • Release(...) Member function
  • DataCallManager class. Releases the phone line. After Acquire() has returned SUCCESS, the caller MUST (sooner or later) call Release().
  • Lock class. Release the lock. Ownership switches to the highest priority waiting thread, if any. Calling Release() on a lock that is unlocked or locked by...
  • ReleaseCall(...) Member function
  • VoiceCallManager class. Release a party from a call. If party is NULL, release all parties. Last release will close the call. Call can be in any state except closed.
  • ReleaseExclusive(...) Member function
  • SharedExclLock class. Releases the SharedExclLock from exclusive access. It wakes highest-priority thread waiting for exclusive access.
  • ReleaseLock(...) Member function
  • Database class. Releases the current lock. Any uncommitted changes will be discarded. If the client has an uncommitted new record, it will be discarded and the...
  • ReleaseShared(...) Member function
  • SharedExclLock class. Releases the SharedExclLock from shared access. It wakes highest-priority thread waiting for exclusive access to the lock if there are no other...
  • RemoteProcedureCall(...) Member function
  • MessageQueue class. RemoteProcedureCall is invoked to call a routine on the thread associated with this MessageQueue, blocking until the call returns.
  • Remove(...) Global function
  • umadata library. Removes a ListNode from the CountedList. Important:This function does not verify that the CountedList contains the ListNode specified by 'target'.
  • umadata library. Removes a ListNode from the LinkedList. Important:This function does not verify that the LinkedList contains the ListNode specified by 'target'.
  • Remove(...) Member function
  • FlexContainer class. Removes a child from this container. This will invalidate the geometry of the container and the removed child.
  • FlexContainer class. Removes the child at the specified position from this container. This will invalidate the geometry of the container and the removed child.
  • FlexList class. Remove removes the first occurrence of an item from the FlexList. The FlexList will Repaint() if the removed item was on screen.
  • FlexList class. Remove deletes the item at the specified position from this FlexList. If the index does not exist return FAILURE.
  • FlexMenu class. Removes the specified item from the menu. This does not delete the menu item.
  • FlexMenu class. Removes the item at the specified position within the menu. If the specified position is larger than the index of the last menu item, the last menu...
  • FlexScrollPane class. Removes the scrollable child from the FlexScrollPane. If there is no scrollable child, or the parameter is not the scrollable child, nothing happens...
  • IrdaIasObject class. Remove this object from the IAS database freeing its object ID. If the object is not in the database nothing happens.
  • List class. Removes an element from the list, given a pointer to the element.
  • MovableList class. Removes the given node from the list and returns it.
  • PriorityList class. Removes this from the passed PriorityList. Remove() also takes a double pointer to a PriorityList, or the address of the list it is to be removed...
  • WWList class. Remove an element from the list given a pointer to the element.
  • RemoveActionListener(...) Member function
  • FlexButton class. Removes an ActionListener from this button component.
  • FlexList class. Removes an ActionListenerInterface from the FlexList.
  • FlexTable class. Removes the ActionListener from this table component.
  • FlexTextField class. Removes an ActionListener from the FlexTextField.
  • RemoveAdjustmentListener(...) Member function
  • Adjustable class. Removes an AdjustmentListenerInterface.
  • RemoveAll(...) Member function
  • FlexContainer class. Removes all children from this container. This will invalidate the geometry of the container and the removed children.
  • FlexList class. RemoveAll() removes all of the items from the FlexList. The FlexList will Repaint() provided it contained at least one item before the call to...
  • FlexMenu class. Removes all items from this menu. The items are not deleted. It is up to the caller to make sure that the removed items can still be referenced for...
  • RemoveComponentListener(...) Member function
  • FlexComponent class. Remove a component listener that has been added to this FlexComponent. Pass the component listener to be removed.
  • RemoveConnection(...) Member function
  • IrdaClient class. Remove the connection from the client. The EC version checks to make sure that it is attached to the client. The production version does not.
  • RemoveContainerListener(...) Member function
  • FlexContainer class. Remove a container listener that has been added to this FlexContainer.
  • RemoveFilterListener(...) Member function
  • FlexTextComponent class. Removes a FilterListener from this text component.
  • RemoveFocusChangeListener(...) Member function
  • AppBase class. Called to unregister a listener that was registered using AddFocusChangeListener().
  • RemoveFocusListener(...) Member function
  • FlexComponent class. Remove a focus listener that has been added to this FlexComponent. Pass the focus listener to be removed.
  • RemoveFocusManager(...) Member function
  • FlexContainer class. If this container has a focus manager, this method removes it and returns a pointer to it. This method does not delete the focus manager.
  • RemoveInkListener(...) Member function
  • AppBase class. Called to unregister objects that were previously registered to receive InkEvents via AddInkListener().
  • FlexInk class. Add an ink listener to the object.
  • RemoveItemListener(...) Member function
  • ItemSelectable class. Removes an ItemListenerInterface. The listener is no longer notified of selected state changes in the ItemSelectable object.
  • RemoveKeyListener(...) Member function
  • FlexComponent class. Remove a key listener that has been added to this FlexComponent. Pass the key listener to be removed.
  • RemoveLayout(...) Member function
  • FlexContainer class. If this container has a layout manager, this method removes it and returns a pointer to it. This method does not delete the layout manager.
  • RemoveLayoutComponent(...) Member function
  • LayoutManagerInterface class. Called when a component is removed from a container that uses this layout manager.
  • RemoveMenuListener(...) Member function
  • FlexMenu class. Removes a MenuListener from this menu.
  • RemoveMessagePool(...) Member function
  • MessagePoolManager class. Removes a MessagePool from the MessagePoolManager. If the MessagePool was not preallocated, have it deallocate its pool of messages.
  • RemoveMonitor(...) Member function
  • InputManager class. Removes an InputMonitor from the chain of InputMonitors.
  • RemoveMouseListener(...) Member function
  • FlexComponent class. Remove a mouse listener that has been added to this FlexComponent. Pass the mouse listener to be removed.
  • RemoveMouseMotionListener(...) Member function
  • FlexComponent class. Remove a mouse motion listener that has been added to this FlexComponent. Pass the mouse motion listener to be removed.
  • RemoveNotify(...) Member function
  • FlexComponent class. Notify a component that it has been removed from a container. This should only be called by containers.
  • RemoveRectangle(...) Member function
  • FlexInk class. Remove a rectangle of ink from the component. The removed ink will be returned. Strokes in the original ink will be broken as needed.
  • RemoveTableListener(...) Member function
  • FlexTable class. Removes the TableListener from this table component.
  • RemoveTargetChangeListener(...) Member function
  • AppBase class. Called to unregister a listener that was registered using AddTargetChangeListener().
  • RemoveTextListener(...) Member function
  • FlexTextComponent class. Removes a TextListener from this text component.
  • RemoveTitleListener(...) Member function
  • FlexButton class. Removes a TitleListener from this button component.
  • FlexCheckbox class. Removes a TitleListenerInterface from this FlexCheckbox.
  • FlexDialog class. Unregisters a TitleListener.
  • FlexFrame class. Unregisters a TitleListener.
  • FlexLabel class. Removes a TitleListener from this label component.
  • RemoveWindowListener(...) Member function
  • AppBase class. Called to unregister a listener that was previously registered via AddWindowListener().
  • FlexWindow class. Unregisters a window listener if it has been registered with this window. No action will be taken if the 'listener'parameter is NULL.
  • RenameDatabase(...) Member function
  • Database class. Rename a database. Notice that renaming database files through the file system is not sufficient to rename a database.
  • RenameField(...) Member function
  • Database class. Renames an existing field. The client must be in an exclusive session to call this function.
  • Render(...) Member function
  • FlexComponent class. Have the passe renderer draw into this component. The renderer's RenderInto() method is called with this component's window as an argument.
  • Render(...) Pure virtual member function
  • Renderer class. The virtual function that derived classes override to implement their rendering routine. This is called by RenderInto().
  • Renderer class
  • graphics library. Provides direct access to the Sprite bitmap for fast customized rendering.
  • Renderer(...) Member function
  • Renderer class. Constructs a Renderer object. Derived classes will usually provide a constructor with additional arguments.
  • ~Renderer(...) Member function
  • Renderer class. Destroys a Renderer object.
  • RenderInto(...) Member function
  • Renderer class. Cause this Renderer to render into the given window. If you want to cause a Renderer to draw into a FlexComponent or derived class, use...
  • Reopen(...) Pure virtual member function
  • File class. Atomically attempts to reopen a file with a different access mode. Going from O_RDWR to O_RDONLY is guaranteed to succeed.
  • Repaint(...) Member function
  • FlexComponent class. Repaint the FlexComponent. This initiates an Update(), which draws in the background, and a Paint(), which draws the FlexComponent.
  • FlexComponent class. Repaint part of the FlexComponent. This initiates an Update(), which draws in the background, and a Paint(), which draws the FlexComponent.
  • RepairDatabase(...) Member function
  • Database class. Checks data consistency, discards records that are inconsistent, and deletes indices that cannot be reconstructed (mainly due to an out-of-memory...
  • ReplaceDatabase(...) Member function
  • Database class. Replaces the current database's content with another's. The old database's files are deleted after this function is successfully completed.
  • _replaceEnd Member data
  • FilterEvent class. End of the range of any characters being replaced. If this number is the same as _replaceStart, the character is inserted at the given index.
  • ReplaceItem(...) Member function
  • FlexList class. ReplaceItem() replaces the item at the index position. Returns FAILURE if the index does not exist. If the item was selected it will remain selected.
  • ReplaceRange(...) Member function
  • FlexTextArea class. Replaces text from the indicated start to end positions with the new text specified.
  • FlexTextComponent class. Replaces text from the indicated start to end positions with the new text specified. The text is filtered before being inserted.
  • FlexTextField class. Replaces text from the indicated start to end positions with the new text specified. If the replaceString parameter is NULL, zero is always returned.
  • _replaceStart Member data
  • FilterEvent class. Start of the range of any characters being replaced.
  • ReplyPath Enumerated type
  • GSMSMSSystem class. If an MS is sending an SM which calls for an SM reply, it may need to define an SC reply path to ensure that the reply message can reach it.
  • Report(...) Inline member function
  • HTMLViewer class. Accept a text status. By default, we don't print the message.
  • HTMLViewer class. Accept a status report from WWW engine. By default, we don't print the message. =0. The totalLength unknown.
  • HTMLViewer class. Accept a status report from WWW engine. By default, we don't print the message.
  • Report(...) Pure virtual member function
  • WWStatus class. Accept a text message.
  • WWStatus class. Accept a numerical status message. =0. The totalLength unknown.
  • WWStatus class. Accept a string status message.
  • ReProcessEvent(...) Member function
  • InputManager class. Sends an input event through the InputMonitor chain, starting at some arbitrary position in the chain.
  • RequestFocus(...) Member function
  • FlexComponent class. If this object is FocusTraversable, it will obtain the focus.
  • RequestSuspend(...) Member function
  • PowerDriver class. A function to request that the system enter SUSPEND mode. PD::NORMAL_SUSPEND_PRIORITY First check to see if there are any InterceptShutdownListeners.
  • Reset(...) Global function
  • kernel library. Reset() -Change the event's state to not signalled.
  • Reset(...) Member function
  • Base64Decoder class. Resets the Base64Decoder, setting its internal state back to initial values. This allows a conversion to be aborted.
  • Base64Encoder class. Resets the Base64Encoder, setting its internal state back to initial values. This allows a conversion to be aborted.
  • FromUnicodeConverter class. Resets the FromUnicodeConverter by clearing the count of filled bytes in the buffer and restoring the converter to its initial state.
  • JisToUnicodeConverter class. Resets the JisToUnicodeConverter by clearing the count of filled bytes in the buffer and restoring the converter's mode to ASCII.
  • Log class. Resets the write index to 0 so that the next entry will be added at the beginning of the buffer.
  • MimeHeaderParser class. Clear up any state information, prepare to start parsing a new file.
  • MimeHeaderParser class. Clears up any state information and prepares to start parsing a new file. This allows multiple MIME messages to be parsed sequentially with a single...
  • MimeLayout class. Delete all data and clear state.
  • MimeLayout class. Delete all data and clear state.
  • PatternMatcher class. Resets the PatternMatcher to a completely unmatched state. Reset() preserves the patterns in the PatternMatcher, so that it can be used to match the...
  • QuotedPrintableDecoder class. Resets the QuotedPrintableDecoder, setting its internal state back to initial values. This allows a conversion to be aborted.
  • QuotedPrintableEncoder class. Resets the QuotedPrintableEncoder, setting its internal state back to initial values. This allows a conversion to be aborted.
  • SjisToUnicodeConverter class. Resets the SjisToUnicodeConverter by clearing the count of filled characters in the buffer. To empty the buffer and continue with the current...
  • ToUnicodeConverter class. Resets the ToUnicodeConverter by clearing the count of filled characters in the buffer and restoring the converter to its initial state.
  • UnicodeToJisConverter class. Resets the UnicodeToJisConverter by clearing the count of filled bytes in the buffer and restoring the converter's mode to ASCII.
  • Utf8ToUnicodeConverter class. Resets the Utf8ToUnicodeConverter by clearing the count of filled characters in the buffer, as well as state information (in this case, information...
  • Reset(...) Pure virtual member function
  • MimeDecoder class. Resets the MimeDecoder, setting its internal state back to initial values. This allows a conversion to be aborted.
  • MimeEncoder class. Resets the MimeEncoder, setting its internal state back to initial values. This allows a conversion to be aborted.
  • ResetAvailableSpace(...) Member function
  • FileStore class. Delete the pad file created by AdjustAvailableSpace(). This is a DEBUG_AID only method meant to be used by test applications.
  • ResidentApplication class
  • resapp library. The ResidentApplication object provides an interface between built-in applications and the ResidentFido driver.
  • ResidentApplication(...) Member function
  • ResidentApplication class. Constructor for ResidentApplication object.
  • Resize(...) Member function
  • Sprite class. Create the bitmap with a given logical pixel width and height. The true pixel width and height as returned by GetWidth() may be increased to account...
  • Window class. Resize the window to the specified values. The associated Sprite, if any, is invalidated by this action.
  • ResizeDatabaseHeader(...) Member function
  • Database class. Resizes the database header space. When a database is created the header space has zero bytes. Applications are encouraged to try to maintain a...
  • ResizeDeletionLog(...) Member function
  • Database class. Each database can hold a fixed number of most recently deleted records. This function resets this number.
  • ResolveSymbolicPort(...) Member function
  • SerialDriver class. Resolves a symbolic serial port. Sets the port passed in to a generic port, or does not change it if there is an error.
  • ResponseVersion(...) Member function
  • HTTP class. Get HTTP response version. Response version is only available after HTTP Get() or Post() method was called.
  • Result Enumerated type
  • sys_info library. An error value returned when a function or method can succeed or fail. It is not used as a boolean TRUE/FALSE or yes/no value.
  • Resume(...) Member function
  • DisplayDriver class. Resumes the DisplayDriver. This is called before the device comes out of suspend mode.
  • FatalErrorDriver class. This driver's version of the Resume Geode member function.
  • Geode class. Called after the system returns from a suspended state. Resume does any operations required immediately after the machine returns from a suspended...
  • IrdaDriver class. Overrides Geode::Resume to resume theIrdaDriver after it has been suspended.
  • SerialDriver class. Resumes all serial sessions (suspended with Suspend()).
  • SoundDriver class. Resumes the SoundDriver. This is called before the device comes out of suspend mode.
  • Thread class. Resumes a suspended thread. It does nothing if the thread is not suspended. If the thread has been suspended multiple times, an equal number of...
  • Retrieve(...) Member function
  • Inbox class. Retrieves messages specified by a location string from the given access point via the named Transport driver.
  • NiftyTransport class. Retrieve() Retrieve messages from the server.
  • Pop3Transport class. Retrieves messages from the POP3 server.
  • TenYenTransport class. Retrieves messages from the 10-Yen server.
  • Transport class. Retrieves messages specified by a location string. The Transport must successfully connect to an access point using Connect() before Retrieve() can...
  • RetrieveTracker class
  • umatrans library. The RetrieveTracker class provides an API by which Transport users can implement per-message functionality during Transport retrieve operations.
  • RETRIEVING Enumerated value
  • Uma class, in enum State. Indicates a message whose body is currently being retrieved by its transport. Action after crash:Remove message.
  • Retrieving(...) Member function
  • SpoolListener class. Called during Transport::Retrieve(), when the Transport indicates that it is about to retrieve a message. The base class implementation does nothing.
  • ReturnMessage(...) Member function
  • MessagePool class. This is a hook used to implement a custom MessagePool. Only MessagePoolManager should call this. ReturnMessage returns a message to the pool.
  • ReturnRxBuffer(...) Member function
  • IrdaConnection class. ReturnRxBuffer returns the passed receive buffer to theIrdaDriver so it can be reused. If the number of unreturned buffers equals the number created...
  • RGB(...) Global function
  • graphics library. Construct a Colorant from a red, green and blue component. Note:this is not a function, but a #define macro.
  • RGB_BLACK Global data
  • graphics library. A pre-defined Colorant that can be used instead of RGB(0,0,0) for the color black.
  • RGB_DARK_BLUE Global data
  • graphics library. A pre-defined Colorant value for DARK_BLUE
  • RGB_DARK_CYAN Global data
  • graphics library. A pre-defined Colorant value for DARK_CYAN
  • RGB_DARK_GRAY Global data
  • graphics library. A pre-defined Colorant value for DARK_GRAY
  • RGB_DARK_GREEN Global data
  • graphics library. A pre-defined Colorant value for RGB_DARK_GREEN;
  • RGB_DARK_GREY Global data
  • graphics library. A pre-defined Colorant value for DARK_GREY (alternate spelling)
  • RGB_DARK_ORANGE Global data
  • graphics library. A pre-defined Colorant value for DARK_ORANGE
  • RGB_DARK_PURPLE Global data
  • graphics library. A pre-defined Colorant value for DARK_PURPLE
  • RGB_GRAY100 Global data
  • graphics library. A pre-defined Colorant that is identical to RGB_WHITE
  • RGB_GRAY_00 Global data
  • graphics library. A pre-defined Colorant that is identical to RGB_BLACK
  • RGB_GRAY_25 Global data
  • graphics library. A pre-defined Colorant that represents a dark gray color.
  • RGB_GRAY_50 Global data
  • graphics library. A pre-defined Colorant that represents a gray color.
  • RGB_GRAY_75 Global data
  • graphics library. A pre-defined Colorant that represents a light gray color.
  • RGB_LIGHT_BLUE Global data
  • graphics library. A pre-defined Colorant value for LIGHT_BLUE
  • RGB_LIGHT_CYAN Global data
  • graphics library. A pre-defined Colorant value for LIGHT_CYAN
  • RGB_LIGHT_GRAY Global data
  • graphics library. A pre-defined Colorant value for LIGHT_GRAY
  • RGB_LIGHT_GREEN Global data
  • graphics library. A pre-defined Colorant value for LIGHT_GREEN
  • RGB_LIGHT_GREY Global data
  • graphics library. A pre-defined Colorant value for LIGHT_GREY (alternate spelling)
  • RGB_LIGHT_ORANGE Global data
  • graphics library. A pre-defined Colorant value for LIGHT_ORANGE
  • RGB_LIGHT_PURPLE Global data
  • graphics library. A pre-defined Colorant value for DARK_LIGHT_PURPLE
  • RGB_OPAC100 Global data
  • graphics library. A colorant with 100%opacity (completely solid) and no color information.
  • RGB_OPAC_00 Global data
  • graphics library. A colorant with 0%opacity (completely transparent) and no color information.
  • RGB_OPAC_25 Global data
  • graphics library. A colorant with 25%opacity and no color information.
  • RGB_OPAC_50 Global data
  • graphics library. A colorant with 50%opacity and no color information.
  • RGB_OPAC_75 Global data
  • graphics library. A colorant with 75%opacity and no color information.
  • RGB_RED Global data
  • graphics library. A pre-defined Colorant value for RED
  • RGB_WHITE Global data
  • graphics library. A pre-defined Colorant that can be used instead of RGB(255,255,255) for the color white.
  • RGB_YELLOW Global data
  • graphics library. A pre-defined Colorant value for YELLOW
  • RGBM_BLUE Global data
  • graphics library. Use this mask to mask off the blue field in a Colorant. For example:CODE blueOnly =myColorant &RGBM_BLUE; END_CODE
  • RGBM_GREEN Global data
  • graphics library. Use this mask to mask off the green field in a Colorant. For example:CODE greenOnly =myColorant &RGBM_GREEN; END_CODE
  • RGBM_OPACITY Global data
  • graphics library. Use this mask to mask off the opacity field in a Colorant. For example:CODE opacityOnly =myColorant &RGBM_OPACITY; END_CODE
  • RGBM_RED Global data
  • graphics library. Use this mask to mask off the red field in a Colorant. For example:CODE redOnly =myColorant &RGBM_RED; END_CODE
  • RGBM_RGB Global data
  • graphics library. Use this mask to mask off the color fields in a Colorant. This effectively excludes the opacity information.
  • RGBO(...) Global function
  • graphics library. Construct a Colorant from a red, green, blue and opacity component. Note:this is not a function, but a #define macro.
  • RGBS_BLUE Global data
  • graphics library. Given a colorant, right shifting by this amount will get the blue component in the low order byte.
  • RGBS_GREEN Global data
  • graphics library. Given a colorant, right shifting by this amount will get the green component in the low order byte.
  • RGBS_OPACITY Global data
  • graphics library. Given a colorant, right shifting by this amount will get the opacity component in the low order byte.
  • RGBS_RED Global data
  • graphics library. Given a colorant, right shifting by this amount will get the red component in the low order byte.
  • _right Member data
  • Insets class. The right inset size in pixels.
  • right Member data
  • WinRectangle class. The coordinate of the right edge of the rectangle.
  • RoamingCode Enumerated type
  • PhoneSystem class. Roaming codes. A system is a set of networks, presumably all run by the same operator.
  • ROMStore class
  • fs library. The ROMStore is a FileStore "driver"that reads files from a compressed read-only file system image.
  • ROMStore(...) Member function
  • ROMStore class. ROMStore class constructor.
  • RP_NONE Enumerated value
  • GSMSMSSystem class, in enum ReplyPath. No reply path is set.
  • RP_SET Enumerated value
  • GSMSMSSystem class, in enum ReplyPath. Reply path is set.
  • RS232_INPUT_WAKEUP_CAUSE Enumerated value
  • PD class, in enum WakeupCause. An RS232 interrupt caused the wakeup.
  • RTC_ALARM_WAKEUP_CAUSE Enumerated value
  • PD class, in enum WakeupCause. An RTC alarm caused the wakeup.
  • RVT_TIME_1 Enumerated value
  • GSMSMSSystem class, in enum RelativeValidTime. 0 to 143:((T+1) *5 min)
  • RVT_TIME_2 Enumerated value
  • GSMSMSSystem class, in enum RelativeValidTime. 144 to 167:(((T-143) *30 min) +12 hours)
  • RVT_TIME_3 Enumerated value
  • GSMSMSSystem class, in enum RelativeValidTime. 168 to 196:((T-166) *1 day)
  • RVT_TIME_4 Enumerated value
  • GSMSMSSystem class, in enum RelativeValidTime. 197 to 255:((T-192) *1 week)