Search Results for

    Show / Hide Table of Contents

    Interface IPollPort

    Порт опроса.

    Inherited Members
    IUniqueObject.Id
    Namespace: Lers.Poll
    Assembly: Lers.Server.System.dll
    Syntax
    public interface IPollPort : IUniqueObject

    Properties

    CommLinkType

    Declaration
    CommunicationLink CommLinkType { get; }
    Property Value
    Type Description
    CommunicationLink

    DeviceName

    Название устройства COM-порта.

    Declaration
    string DeviceName { get; }
    Property Value
    Type Description
    System.String

    DialPrefix

    Префикс набора номера.

    Declaration
    string DialPrefix { get; }
    Property Value
    Type Description
    System.String

    Enabled

    Declaration
    bool Enabled { get; }
    Property Value
    Type Description
    System.Boolean

    FullTitle

    Возвращает полное наименование порта с названием службы опроса.

    Declaration
    string FullTitle { get; }
    Property Value
    Type Description
    System.String

    Identifier

    Типизированный идентификатор.

    Declaration
    EntityIdentifier<PollPort> Identifier { get; }
    Property Value
    Type Description
    EntityIdentifier<Lers.Models.PollPort>

    IsActivated

    Определяет, активирован ли порт.

    Declaration
    bool IsActivated { get; }
    Property Value
    Type Description
    System.Boolean

    ModemModel

    Модель модема.

    Declaration
    ModemModel? ModemModel { get; }
    Property Value
    Type Description
    System.Nullable<ModemModel>

    PollService

    Служба опроса, с которой связан порт.

    Declaration
    IPollService PollService { get; }
    Property Value
    Type Description
    IPollService

    SoftwareCarrierControl

    Программный контроль установки и завершения связи для GSM-модема.

    Declaration
    bool SoftwareCarrierControl { get; }
    Property Value
    Type Description
    System.Boolean

    TariffPlanIncludedMinutes

    Количество минут в тарифном плане.

    Declaration
    int TariffPlanIncludedMinutes { get; }
    Property Value
    Type Description
    System.Int32

    TariffPlanRestoreDay

    День, в который пополняется пакет минут в тарифе.

    Declaration
    byte TariffPlanRestoreDay { get; }
    Property Value
    Type Description
    System.Byte

    Title

    Наименование порта опроса.

    Declaration
    string Title { get; }
    Property Value
    Type Description
    System.String

    Methods

    RestoreTariffMinutes()

    Declaration
    void RestoreTariffMinutes()
    In This Article
    Back to top ©2018 - 2026, ООО "ЛЭРС УЧЁТ"