Class: RubySMB::Dcerpc::Efsrpc::EfsRpcOpenFileRawResponse
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::Dcerpc::Efsrpc::EfsRpcOpenFileRawResponse
- Defined in:
- lib/ruby_smb/dcerpc/efsrpc/efs_rpc_open_file_raw_response.rb
Overview
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.
7 8 9 |
# File 'lib/ruby_smb/dcerpc/efsrpc/efs_rpc_open_file_raw_response.rb', line 7 def opnum @opnum end |
Instance Method Details
#initialize_instance ⇒ Object
14 15 16 17 |
# File 'lib/ruby_smb/dcerpc/efsrpc/efs_rpc_open_file_raw_response.rb', line 14 def initialize_instance super @opnum = EFS_RPC_OPEN_FILE_RAW end |