Class: RubySMB::Dcerpc::Svcctl::CloseServiceHandleResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#opnumObject (readonly)

Returns the value of attribute opnum.



9
10
11
# File 'lib/ruby_smb/dcerpc/svcctl/close_service_handle_response.rb', line 9

def opnum
  @opnum
end

Instance Method Details

#initialize_instanceObject



16
17
18
19
# File 'lib/ruby_smb/dcerpc/svcctl/close_service_handle_response.rb', line 16

def initialize_instance
  super
  @opnum = CLOSE_SERVICE_HANDLE
end