Class: RubySMB::Dcerpc::Lsarpc::LsarQueryInformationPolicy2Response
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::Dcerpc::Lsarpc::LsarQueryInformationPolicy2Response
- Defined in:
- lib/ruby_smb/dcerpc/lsarpc/lsar_query_information_policy2_response.rb
Overview
This class represents a LsarQueryInformationPolicy2 Response Packet as defined in 3.1.4.4.4 LsarQueryInformationPolicy2 (Opnum 46)
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.
8 9 10 |
# File 'lib/ruby_smb/dcerpc/lsarpc/lsar_query_information_policy2_response.rb', line 8 def opnum @opnum end |
Instance Method Details
#initialize_instance ⇒ Object
15 16 17 18 |
# File 'lib/ruby_smb/dcerpc/lsarpc/lsar_query_information_policy2_response.rb', line 15 def initialize_instance super @opnum = LSAR_QUERY_INFORMATION_POLICY2 end |