TAPIEx.NET Component Documentation

TAPILine Members

TAPILine overview

Public Instance Constructors

TAPILine Constructor Initializes new instance of TAPILine class.

Public Instance Properties

Address Returns the enumerate collection class of TAPIAddress.
AddressID Set the address identifier of the originating address.
BearerMode Set the bearer mode for the call.
CallParamFlags Specify a collection of Boolean call-setup parameters.
Calls Returns colloction the TAPICall class.
Caps Returns reference of the LineCaps class.
CommDevice Returns which COMM port this line is associated with
ConfCall Sets/Returns the conference call.
ConsultCall Sets/Returns the temporary consultation call.
DeviceID Returns the line device ID .
DeviceName Returns the name of line device.
DevStatus Returns reference of the IDevStatus class.
ExtensionVersion Returns extension version number that was negotiated.
PlaybackFormat Returns the WaveFormat class of current playback format
Privilege Returns/set the privilege.
Phone Returns TAPIPhone class which relate to the line device.
PhoneID Returns the identification of phone which associates with this line.
Handle Returns the handle of line device, and it can be used to call the low level functions of TAPI2.0.
InitString Sets the initialise string of the modem device.
IsValid Return whether this line is valid.
LastRequestID Returns the identification of last asynchronous request operation.
MediaModes Set/return the media mode when open the line device.
Opened Indicate whether the device is opened.
RecordFormat Returns the WaveFormat class of current record format
RecordTimeOut sets/returns the time out value of recording. The recording will auto stop after it reach that value.

Public Instance Methods

Close Closes the line device.
ConfigDlg Popup the system confiure dialog of the specified line device.
DevSpecific Access the device-specific functions.
DevSpecificFeature Access the device-specific features.
FindCall Obain the reference of TAPICall according the specified call state.
GetCallFromHandle

Obain the reference of TAPICall according the call handle.

MakeCall Places a call to the specified destination address.
Open Opens the line device, entitles the application to make calls on any address available on the line.
SwapHold Swaps the specified active call with the specified call on consultation hold.
TranslateAddress

Translates the specified address into another format.

TranslateDialog Displays an application-modal dialog box that allows the user to change the current location of a phone number about to be dialed, adjust location and calling card parameters, and see the effect.

See Also

none.