class BitStruct::UnsignedField

Class for unsigned integers in network order, 1-16 bits, or 8n bits. Declared with BitStruct.unsigned.

Public Class Methods

class_name() click to toggle source

Used in describe.

# File lib/bit-struct/unsigned-field.rb, line 6
def self.class_name
  @class_name ||= "unsigned"
end