Method: CTypes::Struct::Builder#endian
- Defined in:
- lib/ctypes/struct/builder.rb
#endian(value) ⇒ Object
set the endian of this structure
96 97 98 99 |
# File 'lib/ctypes/struct/builder.rb', line 96 def endian(value) @endian = Endian[value] self end |