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