Class: GSSAPI::LibGSSAPI::GssIOVBufferDesc

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/gssapi/lib_gssapi.rb

Overview

Examples:

iov_buff = GssIOVBufferDesc.new
str = FFI::MemoryPointer.from_string("This is the string")
iov_buff[:type] = 1
iov_buff[:buffer][:length] = str.size
iov_buff[:buffer][:value] = str