TAPIEx.NET Component Documentation

CommHandle Property

[Visual Basic]
Property ReadOnly CommHandle As Integer
[C#]
public int CommHandle [get]

Description

The CommHandle property return a handle to the COMM port (datamodem) for this call appearance.

Remarks

None.

See Also

None.
is the handle of the open communications port. If the return value is a valid handle, you can use it in subsequent calls to Win32 file functions, such as ReadFile and WriteFile, to send and receive data on the call. When you are finished using the communications port and preferably before you use the DeallocateCall method to deallocate the call, you must close the port by using the CloseHandle function.
None.

Support editions