Method: OpenC3::Accessor#enforce_encoding
- Defined in:
- lib/openc3/accessors/accessor.rb
#enforce_encoding ⇒ Object
If this is set it will enforce that buffer data is encoded in a specific encoding
59 60 61 |
# File 'lib/openc3/accessors/accessor.rb', line 59 def enforce_encoding return 'ASCII-8BIT'.freeze end |