Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_SUPPORTEDValue: 0 Full duplex supported. |
FDS_NOTSUPPORTEDFull duplex not supported. |
FDS_UNKNOWNThe TSP cannot determine whether the device is full duplex. |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |