MobileForms Toolkit Documentation

Phone Methods

The methods of the Phone class are listed below. For a complete list of Phone class members, see the Phone Members topic.

Public Static Methods

AddSpedDialAdds a speed dial entry
MakeCall Places the phone call, using the specified phone number and callee name, with a precautionary prompt for verification to proceed (a last chance to make sure you’ve got the right number).

Public Instance Methods

Dispose (inherited from RadioDevice)Overloaded. Disposes the RadioDevice object and releases any unmanaged resources.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
RegisterActiveCallCountChangeRegisters the conditional ActiveCallCountChanged event handler.
RegisterMissedCallCountChangeRegisters the conditional MissedCallCountChanged event handler.
RegisterOperatorNameChangeRegisters the conditional operator name event handler.
RegisterSignalStrengthChangeRegisters the conditional phone signal strength event handler.
RegisterStatusChangeOverloaded. Registers the conditional StatusChanged event handler.
ToString (inherited from Object)Returns a String that represents the current Object.
UnregisterActiveCallCountChangeUnregisters the conditional ActiveCallCountChanged event handler.
UnregisterMissedCallCountChangeUnregisters the conditional MissedCallCountChanged event handler.
UnregisterOperatorNameChangeUnregisters the operator name event handler.
UnregisterSignalStrengthChangeUnregisters the signal strength event handler.
UnregisterStatusChangeUnregisters the StatusChanged event handler.

Protected Instance Methods

DisposeOverloaded. Cleans up any resources being used.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
SetState (inherited from RadioDevice)Changes the device state.

See Also

Phone Class | Resco.Phone Namespace