Interface IPollPort
Assembly: Lers.Server.System.dll
Syntax
public interface IPollPort : IUniqueObject
Properties
CommLinkType
Declaration
CommunicationLink CommLinkType { get; }
Property Value
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
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
IsActivated
Определяет, активирован ли порт.
Declaration
bool IsActivated { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
ModemModel
Declaration
ModemModel? ModemModel { get; }
Property Value
PollService
Служба опроса, с которой связан порт.
Declaration
IPollService PollService { get; }
Property Value
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
Property Value
| Type |
Description |
| System.String |
|
Methods
RestoreTariffMinutes()
Declaration
void RestoreTariffMinutes()