Interface RC

All Known Implementing Classes:
SimpleRC

public interface RC
Result Code
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a human-readable rendering of the response code.
    rc()
    Returns the response code value.
  • Method Details

    • rc

      Returns the response code value.
      Returns:
      response code (e.g. "00", "05")
    • display

      Returns a human-readable rendering of the response code.
      Returns:
      display string, or null when not set