Class: Pio::OpenFlow10::Error::HelloFailed::Format::Body

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/pio/open_flow10/error/hello_failed.rb

Overview

Hello Failed error body.

Instance Method Summary collapse

Instance Method Details

#lengthObject



21
22
23
# File 'lib/pio/open_flow10/error/hello_failed.rb', line 21

def length
  4 + description.length
end