FULLDUPLEX_SUPPORT enumeration (tapi3if.h)

The FULLDUPLEX_SUPPORT enum is used by applications interacting with legacy TSPs to indicate whether a specified terminal supports full duplex operations. This enum is returned by the ITLegacyWaveSupport::IsFullDuplex method.

Syntax

typedef enum FULLDUPLEX_SUPPORT {
  FDS_SUPPORTED = 0,
  FDS_NOTSUPPORTED,
  FDS_UNKNOWN
} ;

Constants

 
FDS_SUPPORTED
Value: 0
Full duplex supported.
FDS_NOTSUPPORTED
Full duplex not supported.
FDS_UNKNOWN
The TSP cannot determine whether the device is full duplex.

Requirements

Requirement Value
Header tapi3if.h

See also

ITLegacyWaveSupport::IsFullDuplex