Table of Contents

Class ModemType

Namespace
Lers.Poll
Assembly
Lers.System.dll

Описание модели модема.

public class ModemType : IModemType
Inheritance
ModemType
Implements
Inherited Members
Extension Methods

Properties

CommLinkType

Тип канала связи.

public CommunicationLink CommLinkType { get; }

Property Value

CommunicationLink

Commands

Список команд модема.

public ModemCommandType[] Commands { get; }

Property Value

ModemCommandType[]

Model

Идентификатор модели модема.

public ModemModel Model { get; }

Property Value

ModemModel

PortSettings

Параметры порта модема.

public string PortSettings { get; }

Property Value

string

Title

Наименование модели.

public string Title { get; }

Property Value

string

Methods

ToString()

Возвращает наименование модели.

public override string ToString()

Returns

string