I make a snmp request for the printer and get a tuple of this type
(None, 0, 0, [ObjectType(ObjectIdentity (ObjectName('1.3.6.1.2.1.25.3.5.1.2.1')), OctetString(hexValue='0a'))]) I can not understand what it means hexValue='0a' - by sampling, I realized that he wrote it with the printer cover open.
when the printer is good, he writes hexValue='00' . So I want to get this data. It is this '00' . How do i get them out of the tuple?