enum Extron::SIS::Error

Overview

Device error numbers

Defined in:

extron/sis.cr

Enum Members

InvalidInput = 1
InvalidCommand = 10
InvalidPresent = 11
InvalidOutput = 12
InvalidParameter = 13
InvalidForConfig = 14
Timeout = 17
Busy = 22
PrivilegesViolation = 24
DeviceNotPresent = 25
MaxConnectionsExceeded = 26
InvalidEventNumber = 27
FileNotFound = 28

Instance Method Summary

Instance Method Detail

def busy? #

[View source]
def device_not_present? #

[View source]
def file_not_found? #

[View source]
def invalid_command? #

[View source]
def invalid_event_number? #

[View source]
def invalid_for_config? #

[View source]
def invalid_input? #

[View source]
def invalid_output? #

[View source]
def invalid_parameter? #

[View source]
def invalid_present? #

[View source]
def max_connections_exceeded? #

[View source]
def privileges_violation? #

[View source]
def retryable? #

[View source]
def timeout? #

[View source]