Interface IEquipmentCommDevice
Параметры коммуникационного оборудования.
Namespace: Lers.Core
Assembly: Lers.Server.System.dll
Syntax
public interface IEquipmentCommDevice
Properties
Identifier
Идентификатор модема.
Declaration
string Identifier { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Imei
IMEI сим карты в модеме.
Declaration
string Imei { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsOnline
Указывает, что модем подключен и доступен для опроса.
Declaration
bool IsOnline { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
PollPort
Порт опроса.
Declaration
IPollPort PollPort { get; }
Property Value
| Type | Description |
|---|---|
| IPollPort |