Class: RubySMB::Dcerpc::Winreg::GetKeySecurityResponse

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/ruby_smb/dcerpc/winreg/get_key_security_response.rb

Overview

This class represents a GetKeySecurity Response Packet as defined in 3.1.5.13 BaseRegGetKeySecurity (Opnum 12)

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#opnumObject (readonly)

Returns the value of attribute opnum.



8
9
10
# File 'lib/ruby_smb/dcerpc/winreg/get_key_security_response.rb', line 8

def opnum
  @opnum
end

Instance Method Details

#initialize_instanceObject



15
16
17
18
# File 'lib/ruby_smb/dcerpc/winreg/get_key_security_response.rb', line 15

def initialize_instance
  super
  @opnum = REG_GET_KEY_SECURITY
end