Class: RubySMB::Dcerpc::Winreg::OpenKeyResponse
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::Dcerpc::Winreg::OpenKeyResponse
- Defined in:
- lib/ruby_smb/dcerpc/winreg/open_key_response.rb
Overview
This class represents a BaseRegOpenKey Response Packet as defined in 3.1.5.15 BaseRegOpenKey (Opnum 15)
Instance Attribute Summary collapse
-
#opnum ⇒ Object
readonly
Returns the value of attribute opnum.
Instance Method Summary collapse
Instance Attribute Details
#opnum ⇒ Object (readonly)
Returns the value of attribute opnum.
10 11 12 |
# File 'lib/ruby_smb/dcerpc/winreg/open_key_response.rb', line 10 def opnum @opnum end |
Instance Method Details
#initialize_instance ⇒ Object
17 18 19 20 |
# File 'lib/ruby_smb/dcerpc/winreg/open_key_response.rb', line 17 def initialize_instance super @opnum = REG_OPEN_KEY end |