FixedPointCodecConfig

type FixedPointCodecConfig = object;

Configuration options for fixed-point codecs.

Properties

endian?

optional endian: "be" | "le";

Whether values are serialized in little- or big-endian byte order.

Default Value

'le'

On this page