Sha256: 323b7da6c149a4a0df4636c3b8e1d9d1546453fd70d5d3014677630d0bc45cf4
Contents?: true
Size: 330 Bytes
Versions: 38
Compression:
Stored size: 330 Bytes
Contents
module RubySMB module Dcerpc class PSyntaxIdT < Ndr::NdrStruct default_parameter byte_align: 4 endian :little uuid :if_uuid, initial_value: -> { uuid } ndr_uint16 :if_ver_major, initial_value: -> { ver_major } ndr_uint16 :if_ver_minor, initial_value: -> { ver_minor } end end end
Version data entries
38 entries across 38 versions & 1 rubygems