Sha256: 04ba173cc96a7bba36d9e6f91c2c512077236026c2892f1e006619560bd81945

Contents?: true

Size: 355 Bytes

Versions: 63

Compression:

Stored size: 355 Bytes

Contents

module RubySMB
  module Field
    # Representation of the ExtendedAttributeFlag bit-field as defined in
    # [2.2.1.2.2 SMB_FEA](https://msdn.microsoft.com/en-us/library/ee915515.aspx)
    class ExtendedAttributeFlag < BinData::Record
      bit1  :file_need_ea,  label: 'EA Required'
      bit7  :reserved,      label: 'Reserved Space'
    end
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
ruby_smb-0.0.21 lib/ruby_smb/field/extended_attribute_flag.rb
ruby_smb-0.0.20 lib/ruby_smb/field/extended_attribute_flag.rb
ruby_smb-0.0.19 lib/ruby_smb/field/extended_attribute_flag.rb