pub const fn read<T>(group: u8, number: u8) -> Opcode
Create a new reading opcode from a group, a number and the type of data.
This corresponds to the C macro _IOR(group, number, T).
_IOR(group, number, T)