public TlvIdentifier(KaitaiStream p__io, Lwm2mTlv p__parent = null, Lwm2mTlv p__root = null) : base(p__io) { m_parent = p__parent; m_root = p__root; f_value = false; _read(); }
public Lwm2mTlv(KaitaiStream p__io, KaitaiStruct p__parent = null, Lwm2mTlv p__root = null) : base(p__io) { m_parent = p__parent; m_root = p__root ?? this; _read(); }
public TlvType(KaitaiStream p__io, Lwm2mTlv p__parent = null, Lwm2mTlv p__root = null) : base(p__io) { m_parent = p__parent; m_root = p__root; _read(); }