Interface IModemType
Описание модели модема.
public interface IModemType
- Extension Methods
Properties
CommLinkType
Тип канала связи.
CommunicationLink CommLinkType { get; }
Property Value
Commands
Список команд модема.
ModemCommandType[] Commands { get; }
Property Value
Model
Идентификатор модели модема.
ModemModel Model { get; }
Property Value
PortSettings
Параметры порта модема.
string PortSettings { get; }
Property Value
Title
Наименование модели.
string Title { get; }
Property Value
Methods
ToString()
Возвращает наименование модели.
string ToString()