|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
RAS_PORT_1
[New - Windows NT]
The RAS_PORT_1 structure contains information about a RAS port.
typedef struct _RAS_PORT_1 { RAS_PORT_0 rasport0; DWORD LineCondition; DWORD HardwareCondition; DWORD LineSpeed; WORD NumStatistics; WORD NumMediaParms; DWORD SizeMediaParms; RAS_PPP_PROJECTION_RESULT ProjResult; } RAS_PORT_1, *PRAS_PORT_1;
Members
rasPort0
A RAS_PORT_0 structure that contains information about the port, such as the name of the port, the name of the remote user connected to the port, and so on.
LineCondition
Specifies the state of the port. This member can be one of the following values.
Value Meaning RAS_PORT_NON_OPERATIONAL The port is not operational. Check the event log for errors reported by the server. RAS_PORT_DISCONNECTED The port is currently disconnected. RAS_PORT_CALLING_BACK The RAS server is calling back the RAS client. RAS_PORT_LISTENING The port is waiting for a client to call in. RAS_PORT_AUTHENTICATING The server is in the process of authenticating the remote client. RAS_PORT_AUTHENTICATED The remote client is now authenticated. RAS_PORT_INITIALIZING The device attached to the port is being initialized. The state of the port will change to RAS_PORT_LISTENING when the initialization has been completed.
HardwareCondition
Specifies one of the following values to indicate the state of the device attached to the port.
Value Meaning RAS_MODEM_OPERATIONAL The modem attached to this port is operational and is ready to receive client calls. RAS_MODEM_HARDWARE_FAILURE The modem attached to this port has a hardware problem.
LineSpeed
Specifies the speed, in bits per second, with which the computer can communicate with the port.
NumStatistics
This member is not used. The RAS administration functions, such as the RasAdminPortGetInfo function, use the RAS_PORT_STATISTICS structure to return port statistics.
NumMediaParms
Specifies the number of media-specific parameters for this port. For serial media this is typically the number of values that appear in the SERIAL.INI file.
SizeMediaParms
Specifies the size, in bytes, of the buffer required for all media-specific parameters. The RasAdminPortGetInfo function returns a buffer containing an array of RAS_PARAMETERS structures with the media parameters and values for the port.
ProjResult
A RAS_PPP_PROJECTION_RESULT structure that specifies the PPP projection information for this port. This structure provides information for each protocol that is negotiated when a RAS client connects to a server.
See Also
RAS_PARAMETERS, RAS_PORT_0, RAS_PORT_STATISTICS, RAS_PPP_PROJECTION_RESULT, RasAdminAcceptNewConnection, RasAdminConnectionHangupNotification, RasAdminPortGetInfo
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
RAS_PORT_1
[Новый - Windows NT]
Структура RAS_PORT_1 содержит информацию о порту RAS.
typedef struct _RAS_PORT_1 { rasport0 RAS_PORT_0; DWORD LineCondition; DWORD HardwareCondition; DWORD LineSpeed; СЛОВО NumStatistics; СЛОВО NumMediaParms; DWORD SizeMediaParms; RAS_PPP_PROJECTION_RESULT ProjResult; } RAS_PORT_1, *PRAS_PORT_1;
Участники
rasPort0
Структура RAS_PORT_0, которая содержит информацию о порту, как например, имя порта, имя дистанционного пользователя подключало к порту, и так далее.
LineCondition
Определяет состояние порта. Этот элемент может быть одним из следующего величин.
Значение Величины RAS_PORT_NON_OPERATIONAL порт не действующий. Проверьте протокол события на наличие ошибок выданных сервером. RAS_PORT_DISCONNECTED порт к настоящему времени разъединен. RAS_PORT_CALLING_BACK сервер RAS вызывает клиента RAS. RAS_PORT_LISTENING порт ждет клиента, чтобы приглашаться. RAS_PORT_AUTHENTICATING сервер - в процессе удостоверяющего дистанционного клиента. RAS_PORT_AUTHENTICATED дистанционный клиент теперь удостоверен. RAS_PORT_INITIALIZING устройство приложенное к порту инициализируется. Состояние порта изменится на RAS_PORT_LISTENING когда инициализация завершена.
HardwareCondition
Определяет одно из следующего величин, чтобы указывать состояние устройства приложенного к порту.
Значение Величины RAS_MODEM_OPERATIONAL модем приложенный к этому порту действующий и готовый получить вызовы клиента. RAS_MODEM_HARDWARE_FAILURE модем приложенный к этому порту имеет аппаратную проблему.
LineSpeed
Определяет скорость, на битах в сукунду, с которым компьютер может связаться с портом.
NumStatistics
Этот элемент не использован. Администрация RAS функционирует, как например, функция RasAdminPortGetInfo, использует структуру RAS_PORT_STATISTICS, чтобы возвращать статистику порта.
NumMediaParms
Определяет число носитель-специфических параметров для этого порта. Для последовательного носителя это - обычно количество величин, которые появляются в файле SERIAL.INI.
SizeMediaParms
Определяет размер, в байтах, буфера необходимого для всех носитель-специфических параметров. Функция RasAdminPortGetInfo возвращает буфер, содержащий массив структур RAS_PARAMETERS с параметрами носителя и величин для порта.
ProjResult
Структура RAS_PPP_PROJECTION_RESULT, которая определяет информацию прогноза PPP для этого порта. Эта структура обеспечивает информацию для каждого протокола, который обсужден когда клиент RAS подключает к серверу.
Смотри Также
RAS_PARAMETERS, RAS_PORT_0, RAS_PORT_STATISTICS, RAS_PPP_PROJECTION_RESULT, RasAdminAcceptNewConnection, RasAdminConnectionHangupNotification, RasAdminPortGetInfo
|
|
|
|
| |