Class for unsigned integers in network order, 1-16 bits, or 8n bits. Declared with BitStruct.unsigned.
Methods
Public Class methods
Used in describe.
[ show source ]
# File lib/bit-struct/unsigned-field.rb, line 6 def self.class_name @class_name ||= "unsigned" end