Method: OpenC3::Structure#buffer=
- Defined in:
- lib/openc3/packets/structure.rb
#buffer=(buffer) ⇒ Object
Set the buffer to be used by the structure. The buffer is copied and thus further modifications to the buffer have no effect on the structure items.
497 498 499 500 501 |
# File 'lib/openc3/packets/structure.rb', line 497 def buffer=(buffer) synchronize() do internal_buffer_equals(buffer) end end |