Table of Contents

Class PollPortCommandEventArgs

Namespace
Lers.Poll
Assembly
Lers.Models.dll

Базовый класс для событий выполнения команд.

public class PollPortCommandEventArgs : PollPortEventArgs
Inheritance
PollPortCommandEventArgs
Derived
Inherited Members
Extension Methods

Properties

Command

Выполненная команда.

public GsmModemCommand Command { get; set; }

Property Value

GsmModemCommand

ErrorMessage

Сообщение об ошибке в случае если не удалось выполнить команду.

public string ErrorMessage { get; set; }

Property Value

string

Success

Флаг указывает что команда была выполнена успешно.

public bool Success { get; set; }

Property Value

bool