GEOS-SC: Index: a


AA_ICON Enumerated value
  • driverfido library, in enum AppAttribute. An icon for the application.
  • AA_NAME Enumerated value
  • driverfido library, in enum AppAttribute. The localized name of the application.
  • Abort(...) Member function
  • HTTP class. Abort a blocking call. This method is normally called from a different thread that calls other WWStream methods to quickly interrupt Get(), Post(),...
  • WWStream class. Abort a blocking call and stream. This method is normally called from a different thread that calls other WWStream methods to quickly interrupt...
  • AbortInkCollection(...) Member function
  • InkMonitor class. If ink is currently being collected, this aborts the operation. This is typically invoked as a result of an app switch, and is invoked on a...
  • Abs(...) Global function
  • sys_info library. Returns the absolute value of the argument. A negative becomes positive.
  • AC_POWER_SOURCE Enumerated value
  • PD class, in enum PowerSource. The device is powered from an AC source.
  • accept(...) Global function
  • inet library. Accept a socket connection.
  • AcceptMessage(...) Member function
  • DeliveryEvent class. Accepts the delivery. This will delete this instance of DeliveryEvent, change the message's state to DELIVERED, and mark the message as being owned...
  • AcceptNewCall(...) Member function
  • VoiceCallManager class. Pick up an incoming call. Call must be alerting. When the call is accepted, it will automatically become active.
  • AccessAcquire(...) Member function
  • AccessPoint class. Acquire tries to open an access point. It keeps trying until either the point is open, or it sees a state transition from opening to closed.
  • AccessBroadcastState(...) Member function
  • AccessPoint class. Broadcast an update to the current state. We use this internally in the implementation, but it is accessible as part of the inheritance API as well.
  • AccessCreate(...) Pure virtual member function
  • AccessManager class. Part of the inheritance API. An access manager should compare this type string with the various sorts of access point it supports, and instantiate...
  • AccessGethostbyaddr(...) Global function
  • inet library. Get host information by address, on a specific access point.
  • AccessGethostbyname(...) Global function
  • inet library. Get host information by name, on a specific access point.
  • AccessGethostname(...) Global function
  • inet library. Get host name, for a specific access point.
  • AccessGetLastError(...) Inline member function
  • AccessPoint class. AccessGetLastError() returns the most recent error:ie, any event other than a AccessRelease() that caused the point to close or start to close.
  • AccessGetSettingAccessPoint(...) Member function
  • AccessPoint class. Get an access point configuration parameter from the registry. Request goes to the "server"access point manager, as set at construction time.
  • AccessGetSettingBoolean(...) Member function
  • AccessPoint class. Get a boolean configuration parameter from the registry.
  • AccessGetSettingInteger(...) Member function
  • AccessPoint class. Get an integer configuration parameter from the registry.
  • AccessGetSettingIPv4Address(...) Member function
  • AccessPoint class. Get an IPv4 address configuration parameter from the registry.
  • AccessGetSettingStringChar(...) Member function
  • AccessPoint class. Get a string (SBCS) configuration parameter from the registry.
  • AccessGetSettingStringTchar(...) Member function
  • AccessPoint class. Get a string (TCHAR) configuration parameter from the registry. (This API is intentionally not overloaded.)
  • AccessGetState(...) Member function
  • AccessPoint class. Returns the state of the access point.
  • AccessIsOpen(...) Inline member function
  • AccessPoint class. Returns whether or not the access point is open. This information should be used only as a hint -it can be invalidated by an asynchronous change even...
  • AccessKill(...) Member function
  • AccessPoint class. AccessKill() forcibly closes the access point. It does not release interest. AccessKill() will set the state to ACCESS_CLOSING, not ACCESS_CLOSED; it...
  • AccessListen(...) Member function
  • AccessManager class. Listen for any change in an access point belonging to this manager.
  • AccessListener class
  • access library. An AccessListener listens to events on access points.
  • AccessListenTo(...) Member function
  • AccessPoint class. Listen for state updates in this access point (or others in its family). Not all updates are changes, but all changes result in updates.
  • AccessLookup(...) Member function
  • AccessManager class. Search for an access point by name.
  • AccessManager class
  • access library. An AccessManager creates and manages access points.
  • AccessManager(...) Member function
  • AccessManager class. AccessManager constructor.
  • AccessPoint class
  • access library. An access point manages the state of a communications service.
  • AccessPoint(...) Member function
  • AccessPoint class. AccessPoint constructor. Access points should only be created by an access manager.
  • AccessPointChanged(...) Pure virtual member function
  • AccessListener class. Called to report a change in the status of an access point. AccessPointChanged is also called, with an access point of NULL and an undefined status...
  • AccessPointConfigure(...) Global function
  • umaaccess library. Called on initialization. Should fetch any registry parameters that we need to store in or affect the object -for example, lower-level access points.
  • AccessPointConfigureEarly(...) Inline member function
  • AccessPoint class. Called on initialization. Should do as little as possible, for performance reasons. Stay away from the registry, as it is slow.
  • AccessPointConfigureLazy(...) Inline member function
  • AccessPoint class. Called on first acquire. Should fetch any registry parameters that we need to store in or affect the object -for example, lower-level access points...
  • AccessPointList(...) Inline member function
  • AccessManager class. Return a list of all existing access points.
  • AccessPointName(...) Inline member function
  • AccessPoint class. Returns the name of the access point:TCHAR text, in static storage. For most access points, it should be possible to show this name to the user.
  • AccessPointSetup(...) Global function
  • umaaccess library. Called (from AccessOpen) to try to open a connection which is currently down. Over this call the lock is held, so there's no need to worry about I/O...
  • AccessPointSetup(...) Member function
  • AccessManager class. Set up a newly created access point. This is called from subclasses of AccessManager after they create new access points.
  • AccessPointSetup(...) Pure virtual member function
  • AccessPoint class. Called (from AccessAcquire()) to try to open a connection which is currently closed. The state is set to ACCESS_OPENING right before the call.
  • AccessPointTeardown(...) Member function
  • AccessPoint class. Called (from AccessRelease() or AccessKill()) to try to close a connection which is currently open. Implement this function when defining your own...
  • AccessPopulate(...) Member function
  • AccessManager class. Find configured access points in the registry, and create the corresponding objects. This is most often called from the Initialize method of the...
  • AccessReconfigure(...) Member function
  • AccessManager class. Reconfigure the AccessManager. Reload access points from the registry.
  • AccessRelease(...) Member function
  • AccessPoint class. Release returns interest in an access point. If your call to AccessAcquire() succeeds, you are responsible for calling AccessRelease().
  • AccessSetError(...) Inline member function
  • AccessPoint class. Called internally to set an error condition. If two errors are set in the same phase, the older one is preferred, as it is more likely to be more...
  • AccessSocket(...) Global function
  • inet library. Create a socket, with a specific access point.
  • AccessUnlisten(...) Member function
  • AccessManager class. Cancel a listening request.
  • AccessUnlistenTo(...) Member function
  • AccessPoint class. Reverse a Listen call.
  • ACE_INSUFFICIENT_MEMORY Enumerated value
  • shell library, in enum AppCacheError. There is not enough free memory to load the application.
  • ACE_MEDIA_ERROR Enumerated value
  • shell library, in enum AppCacheError. An error was encountered trying to read a dynamically loaded application.
  • ACE_SUCCESS Enumerated value
  • shell library, in enum AppCacheError. No error.
  • ACE_UAL_NOT_FOUND Enumerated value
  • shell library, in enum AppCacheError. No application corresponding to the passed UAL was found.
  • Acquire(...) Member function
  • DataCallManager class. Acquires the phone line. Returns FAILURE if the DataCallManager is being used by someone else or the physical device is not accessible; otherwise...
  • Lock class. Acquire the lock. The calling thread blocks if the lock has been already acquired by another thread. A thread that owns a lock can call Acquire()...
  • AcquireExclusive(...) Member function
  • SharedExclLock class. Gets the SharedExclLock for exclusive access. The calling thread blocks if the SharedExclLock is currently being used by any other thread, under...
  • AcquireLock(...) Member function
  • Database class. Acquires a lock on database. A client must release its current lock before it acquires a new lock. Locks are automatically released when a session...
  • AcquireShared(...) Member function
  • SharedExclLock class. Gets the SharedExclLock for shared access. The calling thread blocks if the SharedExclLock is currently being used under exclusive access.
  • ActionEvent class
  • toolkit library. The ActionEvent class manages ActionEvents, which are sent when an action takes place on a toolkit component.
  • ActionEvent(...) Member function
  • ActionEvent class. Constructs an ActionEvent object with the specified source object and event type.
  • ActionEventType Enumerated type
  • ActionEvent class. The types of ActionEvents.
  • _actionEventType Member data
  • ActionEvent class. The ActionEventType of this event. This data member is set by the constructor.
  • ActionListenerInterface class
  • toolkit library. The ActionListenerInterface class is the abstract base class for ActionListener objects. It is the listener interface for receiving action events.
  • ActionPerformed(...) Pure virtual member function
  • ActionListenerInterface class. An application will be notified of action events if this method is overridden. An action event is generated by user input such as pressing a button.
  • Activate(...) Member function
  • DatabaseMailboxManager class. Activates the DatabaseMailboxManager. This enables the creation, loading, and use of database mailboxes.
  • ActivateCall(...) Member function
  • VoiceCallManager class. Take a call off hold. Call must be on hold. This is an optional feature:#ifdef NETWORK_SUPPORTS_HOLD. It matches the ITU I.253.2 (HOLD) service.
  • ACTIVE_APP_INDEX Global data
  • shell library. Passed to LoadedApps::GetApp() to get the AppBase object corresponding to the active application, assuming that an EnvShell application is running.
  • ActiveApplicationClosed(...) Member function
  • AppCachePolicy class. Invoked when an application is the active application and has exited (this typically only happens if the application forces itself to exit).
  • ApplicationCache class. Invoked when the active application has exited, to allow the AppCachePolicy a chance to bring another application to the foreground.
  • Add(...) Member function
  • FlexContainer class. Appends a child object to this container. A child object can be added until the system runs out of memory or the maximun number of children (2^32-1)...
  • FlexContainer class. Adds a child object to this container at the specified position. If the position is larger than the number of components in the container, the new...
  • FlexContainer class. Adds a child object to this container using the specified layout tag.
  • FlexList class. Add will place the item at the end of the FlexList. The maximum number of items that can be added to a list is MAX_LIST_ITEMS.
  • FlexList class. Add will place the item at the index position in the FlexList. An index value of -1 will place the item at the end of the FlexList.
  • FlexMenu class. Adds a menu item at the end of the menu.
  • FlexScrollPane class. Adds a child object to this FlexScrollPane as the scrollable child. If the FlexScrollPane already has a scrollable child, it is removed before the...
  • IrdaIasObject class. Add this object to the IAS database. Until the object is added another device that queries the database will not see this object.
  • AddActionListener(...) Member function
  • FlexButton class. Adds an ActionListener to receive action events on this button. An ActionEvent is sent when the button is pressed.
  • FlexList class. AddActionListener adds an ActionListenerInterface to receive Action Events on the FlexList. An ActionEvent occurs when a selection is triggered.
  • FlexTable class. Adds an ActionListener to the table. Whether or not the action is invoked depends on the implementation of the FlexUI.
  • FlexTextField class. Adds an ActionListener to this FlexTextField. An ActionEvent is sent to the ActionListener when the user presses the "Enter"key.
  • AddAdjustmentListener(...) Member function
  • Adjustable class. Adds a listener to receive AdjustmentEvents when the value of the Adjustable object changes.
  • AddAfter(...) Global function
  • umadata library. Adds a ListNode to the CountedList immediately after another node. Note that this function does not verify that the target is contained in the...
  • umadata library. Adds a ListNode to the LinkedList immediately after another node. Note that this function does not verify that the target is contained in the...
  • AddAfter(...) Member function
  • MovableList class. Adds newNode to the list immediately after the current node.
  • AddAlertOwner(...) Member function
  • VoiceCallManager class. Add a new potential owner to the alert stack. When a call comes in, potential owners will be queried in the reverse of the order they were added:this...
  • AddBefore(...) Global function
  • umadata library. Adds a ListNode to the LinkedList immediately before another node. Note that this function does not verify that the target is contained in the...
  • AddComponentListener(...) Member function
  • FlexComponent class. Add a component listener to the FlexComponent object. The listener must be derived from ComponentListenerInterface in some form.
  • AddConnection(...) Member function
  • IrdaClient class. Add a connection to the client. The client must be bound to the stack before adding a connection. All connections must be associated with a client.
  • AddContainerListener(...) Member function
  • FlexContainer class. Add a container listener to the FlexContainer object. The listener must be derived from ContainerListenerInterface in some form.
  • AddField(...) Member function
  • Database class. Adds a field to the database. You can only add a field when there are no records in the database. The client must enter an exclusive session to...
  • AddFilterListener(...) Member function
  • FlexTextComponent class. Adds a FilterListener to this text component. By setting the standard filter to TSF_USER_FILTER (see SetStandardFilter()), a FilterEvent will be sent...
  • AddFocusChangeListener(...) Member function
  • AppBase class. Called to register a listener that is notified whenever the focus changes under this application.
  • AddFocusListener(...) Member function
  • FlexComponent class. Add a focus listener to the FlexComponent object. The listener must be derived from FocusListenerInterface in some form.
  • AddHead(...) Global function
  • umadata library. Adds a ListNode to the head of the CountedList.
  • umadata library. Adds a ListNode to the head of the LinkedList.
  • AddHead(...) Member function
  • MovableList class. Adds newNode to the beginning of the list.
  • AddInkListener(...) Member function
  • AppBase class. AddInkListener is called to register objects to be notified when the user begins drawing ink. For example, menus tend to close themselves when either...
  • FlexInk class. Add an ink listener to the ink object to be notified of when to draw cells in the table and when the selection has changed.
  • AddItemListener(...) Member function
  • ItemSelectable class. Adds an ItemListenerInterface. This allows an ItemListenerInterface to be notified when the selected state of the ItemSelectable changes.
  • AddKeyListener(...) Member function
  • FlexComponent class. Add a key listener to the FlexComponent object. The listener must be derived from KeyListenerInterface in some form.
  • AddLayoutComponent(...) Member function
  • LayoutManagerInterface class. Called when a component is added to a container that uses this layout manager.
  • AddMenuListener(...) Member function
  • FlexMenu class. Adds a MenuListener to receive events from this menu. This event is sent when a menu item is chosen.
  • AddMessagePool(...) Member function
  • MessagePoolManager class. Manages a new MessagePool. This will fail if the MessagePool cannot allocate its messages, or if all available slots are taken (a limited number of...
  • AddMessagePoolResult Enumerated type
  • kernel library. Possible return values when adding a MessagePool to the MessagePoolManager. A MessagePool's pool isn't allocated until it is added to the manager, so...
  • AddMonitor(...) Member function
  • InputManager class. Adds an InputMonitor to the chain of InputMonitors.
  • AddMouseListener(...) Member function
  • FlexComponent class. Add a mouse listener to the FlexComponent object. The listener must be derived from MouseListenerInterface in some form.
  • AddMouseMotionListener(...) Member function
  • FlexComponent class. Add a mouse motion listener to the FlexComponent object. The listener must be derived from MouseMotionListenerInterface in some form.
  • AddNotify(...) Member function
  • FlexComponent class. Notify a component that it has been added to a container. This should only be called by containers.
  • Address Member data
  • GSMSMSSystem class. A message address is encoded in a complicated format in the SM transport protocol. In the API, we break it out into its individual components, but...
  • AddressPlan Enumerated type
  • GSMSMSSystem class. The standard GSM numbering plan system. Numbering plans are relevant only for number types UNKNOWN, INTERNATIONAL, and NATIONAL.
  • AddressType Enumerated type
  • GSMSMSSystem class. The standard GSM numbering type system.
  • AddSeconds(...) Member function
  • DateTime class. Function to increment the DateTime value by 1 second
  • AddTableListener(...) Member function
  • FlexTable class. Adds a TableListener to the table. The TableListener enables you to find out if the selection has changed or to determine when to draw to the table.
  • AddTail(...) Global function
  • umadata library. Adds a ListNode to the tail of the CountedList.
  • umadata library. Adds a ListNode to the tail of the LinkedList.
  • AddTail(...) Member function
  • MovableList class. Adds newNode to the end of the list.
  • AddTargetChangeListener(...) Member function
  • AppBase class. AddTargetChangeListener is called to register a listener that is notified whenever the target changes under this application.
  • AddTextListener(...) Member function
  • FlexTextComponent class. Adds a TextListener to this text component. Use the TextListener if you need to know when the text in the text object changes or if the text was...
  • AddTitleListener(...) Member function
  • FlexButton class. Adds a TitleListener to receive draw events on the button label. A TitleEvent is sent when the button's label needs to be drawn.
  • FlexCheckbox class. Adds a TitleListenerInterface to receive draw events on the checkbox label. A TitleEvent is sent when the checkbox's label needs to be drawn.
  • FlexDialog class. Registers a title listener to intercept title drawing events.
  • FlexFrame class. Registers a TitleListener to intercept title drawing events.
  • FlexLabel class. Adds a TitleListener to receive draw events on the label. A TitleEvent is sent when the label needs to be drawn.
  • AddWindowListener(...) Member function
  • AppBase class. AddWindowListener is called to register a listener to receive window events for this application (WINDOW_CLOSED, WINDOW_OPENED, WINDOW_TO_FRONT,...
  • FlexWindow class. Registers a window listener.
  • Adjustable class
  • toolkit library. The Adjustable class is a base class of objects that have a minimum and maximum boundary and a value that is within these boundaries.
  • AdjustAvailableSpace(...) Member function
  • FileStore class. Adjust the amount of available space on the FileStore by creating a pad file. Due to FileStore implementation details, the resulting amount of free...
  • AdjustInkOffset(...) Member function
  • Ink class. Sets the ink offset on all bundles of the ink instance.
  • AdjustmentEvent class
  • toolkit library. The AdjustmentEvent class manages AdjustmentEvents, which are sent when the value of an Adjustable toolkit component changes.
  • AdjustmentEvent(...) Member function
  • AdjustmentEvent class. Constructs an AdjustmentEvent object with the specified source object, adjustment event type, and current value of the source object.
  • AdjustmentEventType Enumerated type
  • AdjustmentEvent class. The types of AdjustmentEvents.
  • AdjustmentListenerInterface class
  • toolkit library. The AdjustmentListenerInterface class is the abstract base class for AdjustmentListener objects. It is the listener interface for receiving...
  • AdjustmentValueChanged(...) Pure virtual member function
  • AdjustmentListenerInterface class. An application will be notified of AdjustmentEvents if this method is overridden. An AdjustmentEvents is generated by user input such as clicking a...
  • AET_ACTION_PERFORMED Enumerated value
  • ActionEvent class, in enum ActionEventType. An action was performed.
  • AET_BEGIN Enumerated value
  • AdjustmentEvent class, in enum AdjustmentEventType. Currently unused.
  • AET_BLOCK_DECREMENT Enumerated value
  • AdjustmentEvent class, in enum AdjustmentEventType. Value was decremented by the block amount.
  • AET_BLOCK_INCREMENT Enumerated value
  • AdjustmentEvent class, in enum AdjustmentEventType. Value was incremented by the block amount.
  • AET_END Enumerated value
  • AdjustmentEvent class, in enum AdjustmentEventType. Currently unused.
  • AET_TRACK Enumerated value
  • AdjustmentEvent class, in enum AdjustmentEventType. Value was changed because of a drag on the thumb.
  • AET_UNIT_DECREMENT Enumerated value
  • AdjustmentEvent class, in enum AdjustmentEventType. Value was decremented by the unit amount.
  • AET_UNIT_INCREMENT Enumerated value
  • AdjustmentEvent class, in enum AdjustmentEventType. Value was incremented by the unit amount.
  • AF_A_LAW Enumerated value
  • drivermisc library, in enum AudioFormat. The data is in A-Law PCM format
  • AF_ADPCM Enumerated value
  • drivermisc library, in enum AudioFormat. The data is in ADPCM format
  • AF_GSM_ACELP Enumerated value
  • drivermisc library, in enum AudioFormat. The data is in enhanced-full-rate GSM format
  • AF_GSM_RPE_LTP Enumerated value
  • drivermisc library, in enum AudioFormat. The data is in standard full-rate GSM format
  • AF_GSM_VSELP Enumerated value
  • drivermisc library, in enum AudioFormat. The data is in half-rate GSM format
  • AF_IS54_VCELP Enumerated value
  • drivermisc library, in enum AudioFormat. The data is in standard IS54 VCELP format
  • AF_MU_LAW Enumerated value
  • drivermisc library, in enum AudioFormat. The data is in u-Law PCM format
  • AF_PDC_PSI_CELP Enumerated value
  • drivermisc library, in enum AudioFormat. The data is in half-rate PDC PSI_CELP format
  • AF_PDC_VSELP Enumerated value
  • drivermisc library, in enum AudioFormat. The data is in full-rate PDC VSELP format
  • AF_QCELP Enumerated value
  • drivermisc library, in enum AudioFormat. The data is in full-rate CDMA (QCELP) format
  • AfterMessage(...) Pure virtual member function
  • RetrieveTracker class. Called by a Transport immediately after it retrieves a message.
  • AlarmHandle Global data
  • shell library. This is a unique value that identifies a registered alarm event.
  • AlarmManager class
  • shell library. The AlarmManager class provides API that applications can use to register real time alarms. When the specified date and time arrives, the application...
  • AlarmManagerError Enumerated type
  • shell library. This is the set of errors that AlarmManager API can return.
  • AlignCalcX(...) Member function
  • LayoutManagerInterface class. Calculates the x-coordinate of an area after aligning it to another area.
  • AlignCalcY(...) Member function
  • LayoutManagerInterface class. Calculates the y-coordinate of an area after aligning it to another area.
  • AlignWithParent(...) Member function
  • LayoutManagerInterface class. Aligns a component with respect to its parent.
  • AlignWithParentX(...) Member function
  • LayoutManagerInterface class. Horizontally aligns a component with respect to its parent.
  • AlignWithParentY(...) Member function
  • LayoutManagerInterface class. Vertically aligns a component with respect to its parent.
  • AlignX(...) Member function
  • LayoutManagerInterface class. Horizontally aligns a component with respect to another.
  • AlignY(...) Member function
  • LayoutManagerInterface class. Vertically aligns a component with respect to another.
  • AllocateData(...) Member function
  • InlineBody class. Allocates and returns a memory block containing a copy of the InlineBody's contents. This method sets the size variable to the size in bytes of the...
  • AllocatePool(...) Member function
  • MessagePool class. This is a hook used to implement a custom MessagePool. Only MessagePoolManager should call this. AllocatePool will be called when the MessagePool is...
  • Allocator class
  • pos library. The Allocator object in GEOS-SC can stand alone (as the heap Allocator does), or it can be paired with a DataMap and used only via the DataMap.
  • AllowUnloading(...) Member function
  • AppCachePolicy class. Called to once again allow an application to be unloaded. If AllowUnloading() is called more times than PreventUnloading(), the extra calls will be...
  • ApplicationCache class. Called to once again allow the current application to be unloaded. If AllowUnloading() is called more times than PreventUnloading(), the call will be...
  • AME_DB_ERROR Enumerated value
  • shell library, in enum AlarmManagerError. There was an error accessing the alarm database.
  • AME_INSUFFICIENT_MEMORY Enumerated value
  • shell library, in enum AlarmManagerError. There was not enough free memory to complete the requested operation.
  • AME_INVALID_CONTEXT Enumerated value
  • shell library, in enum AlarmManagerError. The passed context string was too long or was NULL.
  • AME_INVALID_HANDLE Enumerated value
  • shell library, in enum AlarmManagerError. The passed AlarmHandle does not correspond to a registered alarm (either it has an incorrect value, or the alarm associated with it has already been...
  • AME_INVALID_UAL Enumerated value
  • shell library, in enum AlarmManagerError. The passed UAL was too long or was otherwise invalid.
  • AME_INVALID_YEAR Enumerated value
  • shell library, in enum AlarmManagerError. The year passed to SetAlarm was greater than 9999.
  • AME_SUCCESS Enumerated value
  • shell library, in enum AlarmManagerError. No error -operation succeeded.
  • AMPR_ALL_MESSAGE_POOL_SLOTS_ARE_TAKEN Enumerated value
  • kernel library, in enum AddMessagePoolResult. MessagePoolManager has no more internal slots for another MessagePool.
  • AMPR_MESSAGE_POOL_ADDED Enumerated value
  • kernel library, in enum AddMessagePoolResult. Pool was successfully added.
  • AMPR_MESSAGE_POOL_ALLOCATION_FAILED Enumerated value
  • kernel library, in enum AddMessagePoolResult. Resource allocation for the MessagePool failed.
  • Answer(...) Member function
  • DataCallManager class. Answers a phone call. It's important to Acquire() before you try to Answer(). After a successful Answer() attempt, the _circuit variable will be set,...
  • ANY_LSAP Global data
  • irda library. This constant tells Bind to use the next available LSAP.
  • AP_PLAN_DATA Enumerated value
  • GSMSMSSystem class, in enum AddressPlan. X.121
  • AP_PLAN_ERMES Enumerated value
  • GSMSMSSystem class, in enum AddressPlan. European Radio Messaging System.
  • AP_PLAN_ISDN Enumerated value
  • GSMSMSSystem class, in enum AddressPlan. ISDN (E.164).
  • AP_PLAN_NATIONAL Enumerated value
  • GSMSMSSystem class, in enum AddressPlan. National numbering plan.
  • AP_PLAN_PRIVATE Enumerated value
  • GSMSMSSystem class, in enum AddressPlan. Private numbering plan (PNP).
  • AP_PLAN_RESERVED Enumerated value
  • GSMSMSSystem class, in enum AddressPlan. Reserved for extension.
  • AP_PLAN_TELEX Enumerated value
  • GSMSMSSystem class, in enum AddressPlan. Telex
  • AP_PLAN_UNKNOWN Enumerated value
  • GSMSMSSystem class, in enum AddressPlan. Unknown numbering plan.
  • AppAttribute Enumerated type
  • driverfido library. AppAttribute enumerated type to be used when requesting information about an unloaded application
  • AppAttributeData class
  • resapp library. AppAttributeData objects contain various data about attributes of built-in application objects. These are statically defined alongside...
  • AppAttributeData(...) Member function
  • AppAttributeData class. Constructor for AppAttributeData class. This constructor automatically adds this attribute to the supplied ResidentApplication object.
  • AppBase class
  • ui library. Every application contains an AppBase object. The AppBase object is the top object in an application's UI hierarchy ; all the FlexFrames,...
  • AppBase(...) Member function
  • AppBase class. Class constructor -the default constructor sets the state to AS_UNLOADED. There is no associated WindowManager (so many of the functions like...
  • ~AppBase(...) Member function
  • AppBase class. Class destructor.
  • AppCacheError Enumerated type
  • shell library. AppCacheError is enumerated type that denotes any error codes returned when invoking various ApplicationCache API.
  • AppCachePolicy class
  • shell library. The ApplicationCache class provides API for launching and switching between applications. The AppCachePolicy class provides hooks for OEMs to use to...
  • AppCachePolicy(...) Member function
  • AppCachePolicy class. Constructor that automatically registers this policy object with the system.
  • ~AppCachePolicy(...) Member function
  • AppCachePolicy class. Destructor that unregisters this object with the system.
  • AppCleanup(...) Member function
  • ResidentApplication class. AppCleanup is invoked by the system when the system is shutting down. It can be overridden to perform cleanup duties for an application.
  • Append(...) Member function
  • Array class. Appends the specified number of elements onto the array. The new element or elements are locked when the method returns.
  • FlexTextArea class. Appends the given text to the end of the text in the FlexTextArea. FAILURE will always be returned if the text parameter is NULL.
  • VariableArray class. Appends the specified number of elements of the specified size onto the array. The new element or elements are locked when the method returns.
  • WWList class. Append an element to tail of list.
  • AppendInk(...) Member function
  • FlexInk class. Append this ink to the stored ink and redraw.
  • AppendInkAt(...) Member function
  • FlexInk class. Appends the passed ink adding the offset to the ink before appending it. Causes ink to redraw.
  • AppendInkBundle(...) Member function
  • Ink class. Normally used to append a bundle of ink that has just been collected to the end of an existing Ink object.
  • AppExiting(...) Member function
  • AppCachePolicy class. Invoked when an application is being unloaded. OEMs typically override this to know when a given application actually exits, so that they can update...
  • AppInitialize(...) Member function
  • ResidentApplication class. AppInitialize is invoked when the system first boots up. It can be overridden to perform initialization for an application.
  • APPLICATION_REQUEST_SUSPEND_CAUSE Enumerated value
  • PD class, in enum SuspendCause. An application is requesting the suspend.
  • ApplicationCache class
  • shell library. The ApplicationCache class implements the public API for loading and unloading applications. The code that actually implements the application...
  • AppLoading(...) Member function
  • AppCachePolicy class. Invoked to load an application from a FidoDriver and create a thread for it. OEMs typically override this function to unload previously loaded...
  • AppNameAttribute class
  • resapp library. AppNameAttribute objects define the user-visible name of a given application. Define one of these along with a ResidentApplication object.
  • AppNameAttribute(...) Member function
  • AppNameAttribute class. Constructor for AppNameAttribute class.
  • AppState Enumerated type
  • AppBase class. AppState is an enumerated type that describes the current state of the application.
  • ARCH_BIG_ENDIAN Global data
  • drivermisc library. Define the byte order of our target processor. Note that they are compile-time symbols defined by #define, rather than run-time variables.
  • arg1-4 Struct field
  • InputMonitor class, in struct InputEvent. the data associated with the event (pen position, etc)
  • Array class
  • data library. The Array class is an extension of the traditional C language array.
  • Array(...) Member function
  • Array class. Class constructor. Note:The new file system will not support allocation into a file. This method will be deprecated and will become a wrapper around...
  • ~Array(...) Member function
  • Array class. Class destructor.
  • ARRAY_BEGIN Global data
  • data library. This can be used in place of the actual beginning and ending element numbers for any element number argument in array methods.
  • ARRAY_END(...) Global function
  • data library. This can be used in place of the actual beginning and ending element numbers for any element number argument in array methods.
  • ARRAY_ENUM_CONTINUE Global data
  • data library. This should be returned by an array enumeration callback function (ArrayCallBack) if the enumeration should continue.
  • ArrayCallBack(...) Global function
  • data library. The prototype for enumeration callback functions that are passed to the Array::Enum() method. It should return ARRAY_ENUM_CONTINUE if the enumeration...
  • ArrayCmpFunc(...) Global function
  • data library. The prototype for compare functions that are passed to the Array::Sort() method. The ArrayCmpFunc should compare its arguments and return an integer...
  • AS_ACTIVE Enumerated value
  • AppBase class, in enum AppState. The application is the active application (the one that receives user input when no sysmodal dialogs are onscreen).
  • AS_BACKGROUND Enumerated value
  • AppBase class, in enum AppState. The state when the application has been loaded via ApplicationCache::Goto(), perhaps in response to an alarm, but has never been brought to the...
  • AS_CACHED Enumerated value
  • AppBase class, in enum AppState. The application has been brought to the foreground, but is no longer the foreground application.
  • AS_EXITING Enumerated value
  • AppBase class, in enum AppState. The application is exiting, and will be unloaded the next time the thread goes idle unless it is sent to one of the other states via...
  • AS_UNLOADED Enumerated value
  • AppBase class, in enum AppState. The state when the application is not currently loaded
  • ASCII Enumerated value
  • SjisToUnicodeConverter class, in enum YenSignHandling. Assume that the low range of the Shift-JIS text represents ASCII. Convert 0x5C to Unicode 0x5C REVERSE SOLIDUS, aka backslash.
  • ASE_DEVICE_BUSY Enumerated value
  • drivermisc library, in enum AudioStreamError. The operation could not be performed because the device is already in use (perhaps another application has a stream open already).
  • ASE_DEVICE_ERROR Enumerated value
  • drivermisc library, in enum AudioStreamError. There was some kind of internal error with the device that prevented the device from being accessed.
  • ASE_INSUFFICIENT_MEMORY Enumerated value
  • drivermisc library, in enum AudioStreamError. There is not enough free memory to perform the requested operation.
  • ASE_STREAM_ERROR Enumerated value
  • drivermisc library, in enum AudioStreamError. There was some kind of internal error in the Stream library that prevented the stream from being closed.
  • ASE_SUCCESS Enumerated value
  • drivermisc library, in enum AudioStreamError. The operation was successful
  • ASE_UNSUPPORTED_FORMAT Enumerated value
  • drivermisc library, in enum AudioStreamError. The specified format is not supported by the AudioStream driver
  • ASE_UNSUPPORTED_RATE Enumerated value
  • drivermisc library, in enum AudioStreamError. The specified rate is not supported by the AudioStream driver
  • ASSERT Global data
  • sys_info library. An EC utility that halts the program if the passed expression evaluates to FALSE. The file, line, and expression text are provided to the user in...
  • ASSERT_WARN Global data
  • sys_info library. An EC utility that issues a warning if the passed expression evaluates to FALSE. The file, line, and expression text are provided to the user in some...
  • AssertFail(...) Global function
  • sys_info library. This function is EC-only and so is compiled into the code only when ERROR_CHECK is defined for the C preprocessor.
  • ASSERTS Global data
  • sys_info library. An EC utility that halts the program if the passed expression evaluates to FALSE. The file, line, and passed string are provided to the user in some...
  • ASSERTS_WARN Global data
  • sys_info library. An EC utility that issues a warning if the passed expression evaluates to FALSE. The file, line, and supplied string are provided to the user in some...
  • AssertWarn(...) Global function
  • sys_info library. This function is EC-only and so is compiled into the code only when ERROR_CHECK is defined for the C preprocessor.
  • AT_NUMBER_ABBREVIATED Enumerated value
  • GSMSMSSystem class, in enum AddressType. Abbreviated number.
  • AT_NUMBER_ALPHANUMERIC Enumerated value
  • GSMSMSSystem class, in enum AddressType. GSM 03.38 alphanumeric number.
  • AT_NUMBER_INTERNATIONAL Enumerated value
  • GSMSMSSystem class, in enum AddressType. International number.
  • AT_NUMBER_NATIONAL Enumerated value
  • GSMSMSSystem class, in enum AddressType. National number.
  • AT_NUMBER_NETWORK Enumerated value
  • GSMSMSSystem class, in enum AddressType. Network specific number.
  • AT_NUMBER_RESERVED Enumerated value
  • GSMSMSSystem class, in enum AddressType. Reserved for extension.
  • AT_NUMBER_SUBSCRIBER Enumerated value
  • GSMSMSSystem class, in enum AddressType. SC application subscriber number.
  • AT_NUMBER_UNKNOWN Enumerated value
  • GSMSMSSystem class, in enum AddressType. Unknown number type.
  • AtIndex(...) Global function
  • umadata library. Finds the ListNode at a given numerical index in the LinkedList. Indices are zero-based.
  • Attach(...) Member function
  • MessageQueue class. A call to Attach() will not return until Detach() is called. The thread calling Attach() will continue to dispatch all Messages it reads from the...
  • AttachToQueue(...) Global function
  • kernel library. This function calls queue-Attach(), where queue is a pointer to a MessageQueue. This function and the pointer to the MessageQueue should be passed as...
  • attrs Struct field
  • fs library, in struct StatBuffer. File attributes if a file; otherwise FA_SUBDIR.
  • AudioFormat Enumerated type
  • drivermisc library. The AudioFormat etype defines the set of possible audio formats
  • AudioStreamDriver class
  • drivermisc library. This class provides API for GEOS-SC modules to access the phone hardware's audio stream.
  • AudioStreamError Enumerated type
  • drivermisc library. The AudioStreamError enumerated type describes the error status of an AudioStream API call.
  • AUTO_SLEEP_SUSPEND_CAUSE Enumerated value
  • PD class, in enum SuspendCause. The elapse of the auto sleep timer is causing the suspend.