The StationInfo type exposes the following members.

Constructors

  NameDescription
Public methodStationInfo()()()()
Initializes a new instance of the StationInfo class with default settings.
Protected methodStationInfo(StationInfo)
Initializes a new instance of the StationInfo class with another instance.

Methods

  NameDescription
Public methodClone
Clones the station info object by making a deep copy of all member values.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyCanBeDialed
Gets or sets whether the station can be dialed.
Public propertyDNDStatusSyncAvailable Obsolete.
Gets a value indicating whether DND status synchronization is available on this station.
Public propertyExtension
Gets or sets the station Extension.
Public propertyId
Gets or sets the station ID.
Public propertyRingAlways
Gets or sets whether the station will always ring.
Public propertySipAddress
Gets or sets the station Sip address.
Public propertySipPassword
Gets or sets the station Sip password.
Public propertySipUser
Gets or sets the station Sip user.
Public propertyType
Gets or sets the station type.

See Also