namespace Sharp7.Rx.Enums; internal enum Operand : byte { Input = 69, Output = 65, Marker = 77, Db = 68, }