Module: CZMQ::FFI::Errors

Defined in:
lib/cztop/ffi.rb

Overview


Errors

Class Method Summary collapse

Class Method Details

.errnoObject



209
210
211
# File 'lib/cztop/ffi.rb', line 209

def self.errno
  CZMQ::FFI.zmq_errno
end

.strerror(errno = CZMQ::FFI.zmq_errno) ⇒ Object



213
214
215
# File 'lib/cztop/ffi.rb', line 213

def self.strerror(errno = CZMQ::FFI.zmq_errno)
  CZMQ::FFI.zmq_strerror(errno)
end