Module: RubySMB::Dcerpc::Ndr::TopLevelPlugin::TopLevelClassMethods
- Defined in:
- lib/ruby_smb/dcerpc/ndr.rb
Instance Method Summary collapse
Instance Method Details
#increment_pos ⇒ Object
898 899 900 |
# File 'lib/ruby_smb/dcerpc/ndr.rb', line 898 def increment_pos @@pos += 1 end |
#pos ⇒ Object
895 896 897 |
# File 'lib/ruby_smb/dcerpc/ndr.rb', line 895 def pos @@pos end |
#reset_pos ⇒ Object
901 902 903 |
# File 'lib/ruby_smb/dcerpc/ndr.rb', line 901 def reset_pos @@pos = 0 end |