Class: NNCore::LibNanomsg::NNMsgHdr

Inherits:
FFI::Struct
  • Object
show all
Includes:
NNMsgHdrLayout
Defined in:
lib/nn-core/structs.rb

Instance Method Summary collapse

Methods included from NNMsgHdrLayout

included

Instance Method Details

#msg_controlObject



65
66
67
# File 'lib/nn-core/structs.rb', line 65

def msg_control
  self[:msg_control]
end

#msg_control=(pointer) ⇒ Object



69
70
71
# File 'lib/nn-core/structs.rb', line 69

def msg_control=(pointer)
  self[:msg_control] = pointer
end

#msg_controllenObject



73
74
75
# File 'lib/nn-core/structs.rb', line 73

def msg_controllen
  self[:msg_controllen]
end

#msg_controllen=(value) ⇒ Object



77
78
79
# File 'lib/nn-core/structs.rb', line 77

def msg_controllen=(value)
  self[:msg_controllen] = value
end

#msg_iovObject



49
50
51
# File 'lib/nn-core/structs.rb', line 49

def msg_iov
  self[:msg_iov]
end

#msg_iov=(structure) ⇒ Object



53
54
55
# File 'lib/nn-core/structs.rb', line 53

def msg_iov=(structure)
  self[:msg_iov] = structure
end

#msg_iovlenObject



57
58
59
# File 'lib/nn-core/structs.rb', line 57

def msg_iovlen
  self[:msg_iovlen]
end

#msg_iovlen=(length) ⇒ Object



61
62
63
# File 'lib/nn-core/structs.rb', line 61

def msg_iovlen=(length)
  self[:msg_iovlen] = length
end