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
6 def self.class_name
7   @class_name ||= "unsigned"
8 end