OOFF = 1
OON = 2
IOFF = 3
ION = 4
pub const TCIO = enum(u32) { OOFF = 1, OON = 2, IOFF = 3, ION = 4, }
Press escape to exit search and then '?' to see more options.