Table of Contents

Interface IModemType

Namespace
Lers.Poll
Assembly
Lers.System.dll

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

public interface IModemType
Extension Methods

Properties

CommLinkType

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

CommunicationLink CommLinkType { get; }

Property Value

CommunicationLink

Commands

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

ModemCommandType[] Commands { get; }

Property Value

ModemCommandType[]

Model

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

ModemModel Model { get; }

Property Value

ModemModel

PortSettings

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

string PortSettings { get; }

Property Value

string

Title

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

string Title { get; }

Property Value

string

Methods

ToString()

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

string ToString()

Returns

string