Module: RubySMB::Dcerpc::Ndr::TopLevelPlugin::TopLevelClassMethods
- Defined in:
- lib/ruby_smb/dcerpc/ndr.rb
Instance Method Summary collapse
Instance Method Details
#increment_pos ⇒ Object
908 909 910 |
# File 'lib/ruby_smb/dcerpc/ndr.rb', line 908 def increment_pos @@pos += 1 end |
#pos ⇒ Object
905 906 907 |
# File 'lib/ruby_smb/dcerpc/ndr.rb', line 905 def pos @@pos end |
#reset_pos ⇒ Object
911 912 913 |
# File 'lib/ruby_smb/dcerpc/ndr.rb', line 911 def reset_pos @@pos = 0 end |