Module: NXT::Command::Base

Included in:
Input, LowSpeed, Output
Defined in:
lib/nxt/commands/base.rb

Overview

The base implementation of all commands, providing low-level details that are consistent across all supported types. These are things such as:

  • Errors.

  • Sending and receiving of responses.

  • Addressing the port safely.

  • Command types.