Method: Serial#fd

Defined in:
lib/rubyserial/posix.rb

#fdObject (readonly)

use the file descriptor, or IO object instance around it, for blocking read with IO#select or for waiting on multiple i/o lines & events



57
58
59
# File 'lib/rubyserial/posix.rb', line 57

def fd
  @fd
end