Index |
Index in table uniquely identifying an entry. |
ObjIdx |
References the entry within tr069ObjectTreeTable this table entry belongs to. Multiple entries in this table can refer to the same ObjectTree entry if needed. |
Type |
Together with variable tr069MibRefDefinition the reference into a native MIB is specified. Currently there are three types of references defined: generic(1): means handler specific use of definition variable rowno(2): definition field is 4 bytes wide and contains an unsigned integer specifying a row number ifidx(3): definition field is 4 bytes wide and contains an unsigned integer specifying an interface index The use of this variable together with tr069MibRefDefinition is completely left to the handler function using this entry. Enumerations: - generic (1)
- rowno (2)
- ifidx (3)
|
Definition |
This variable holds the actual reference definition according to setting of tr069MibRefType. For types rowno and ifidx it's just an unsigned integer stored here, in case of generic it can be of arbitrary length (with limits of definition) and can only interpreted correctly by creating instance. Length: 0 to 255 |