Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |