Sha256: 41e18deb75424357077e636bf2cd6ad7b4aa3720506d7681549c6b505489875e

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

require 'ffi'

module OpenSLP
  module Structs
    class SLPSrvURL < FFI::Struct
      layout(
        :s_pcSrvType, :string,
        :s_pcHost, :string,
        :s_iPort, :int,
        :s_pcNetFamily, :string,
        :s_pcSrvPart, :string
      )
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rslp-0.0.1 lib/slp/structs.rb