SNMP-API: Object Identifier

Everywhere in wip_snmp.h object identifier is assumed to be array of u8 instead of u32.
Using such an array is impossible (OID components may be quite large!). Encoding of such an array into PDU
may lead to another obvious problem - that the agent returns an incorrect value for an OID type variable.