Method: OpenC3::BinaryAccessor#enforce_encoding

Defined in:
lib/openc3/accessors/binary_accessor.rb

#enforce_encodingObject

If this is set it will enforce that buffer data is encoded in a specific encoding



1393
1394
1395
# File 'lib/openc3/accessors/binary_accessor.rb', line 1393

def enforce_encoding
  return 'ASCII-8BIT'.freeze
end