class TurboRex::MSRPC::RPCBase::MIDL_STUBLESS_PROXY_INFO_Klass

Public Instance Methods

parse_struct(cstruct) click to toggle source
# File lib/turborex/msrpc/rpcbase.rb, line 707
def parse_struct(cstruct)
  @value_table = {
    pStubDesc: cstruct['pStubDesc'].value,
    ProcFormatString: cstruct['procFormatString'].value,
    FormatStringOffset: cstruct['formatStringOffset'].value,
    pTransferSyntax: cstruct['pTransferSyntax'].value,
    nCount: cstruct['nCount'].value,
    pSyntaxInfo: cstruct['pSyntaxInfo'].value
  }

  @stub_desc_link_to = nil
  @syntax_info_link_to = nil
  @transfer_syntax_link_to = nil
end