Sha256: 24cd84c3b79e8f776c1b91a842fcbcdbcdf96cd62ac7a38f0ab185311c371799
Contents?: true
Size: 581 Bytes
Versions: 37
Compression:
Stored size: 581 Bytes
Contents
module RubySMB module Dcerpc module Epm # [2.2.1.2.5 ept_map Method](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rpce/ab744583-430e-4055-8901-3c6bc007e791) class EpmEptMapResponse < BinData::Record attr_reader :opnum endian :little ndr_context_handle :entry_handle ndr_uint32 :num_towers ndr_conf_var_array :towers, type: :epm_twrpt ndr_uint32 :error_status def initialize_instance super @opnum = EPT_MAP end end end end end
Version data entries
37 entries across 37 versions & 1 rubygems