PLUGXPRT_FRAMING
The PLUGXPRT_FRAMING enumeration specifies the type of transport connection and data framing used for network communication.
typedef enum tagPLUGXPRT_FRAMING
{
FRAMING_LEGACY_PSTN = 0, // legacy PSTN framing
FRAMING_X224 = 1, // X224 Connect + X224 Data Transfer
}
PLUGXPRT_FRAMING;
Elements
- FRAMING_LEGACY_PSTN
Legacy Public Switched Telephone Network (PSTN) framing. - FRAMING_X224
Use X224 connect and X224 data transfer.
Requirements
** Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
** Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
** Version:** Requires NetMeeting 3.0 or later.
** Header:** Iplgxprt.idl.