Enum QuanserStream.ByteOrder

java.lang.Object
java.lang.Enum<QuanserStream.ByteOrder>
com.quanser.communications.QuanserStream.ByteOrder
All Implemented Interfaces:
Serializable, Comparable<QuanserStream.ByteOrder>, java.lang.constant.Constable
Enclosing class:
QuanserStream

public static enum QuanserStream.ByteOrder extends Enum<QuanserStream.ByteOrder>
Enumerates the different byte orders. The QuanserStream class supports the reception and transmission of binary data types. It is also capable of accounting for differences in the endianness of the endpoint platforms by swapping bytes within individual binary values. This enumeration defines the different byte orders supported.
  • Enum Constant Details

  • Method Details

    • values

      public static QuanserStream.ByteOrder[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static QuanserStream.ByteOrder valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null