Table of Contents

Class PollPortCommandResult

Namespace
Lers.Poll
Assembly
Lers.System.dll

Результат выполнения команды модемом.

public class PollPortCommandResult
Inheritance
PollPortCommandResult
Derived
Inherited Members
Extension Methods

Properties

ErrorReason

Если команда не выполнена, свойство будет содержать сообщение об ошибке.

public string ErrorReason { get; }

Property Value

string

Success

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

public bool Success { get; }

Property Value

bool