TlvAvailibility

class mtf.libs.mtf_pybinder.TlvAvailibility

Enum class for Tlv member/argument availibilty values

Members:

DEFAULT : optional member/argument will be not be encoded, mandatory member/argument will be encoded

AVAILABLE : Member/argument will be encoded

NOT_AVAILABLE : Member/argument will not be encoded

AVAILABLE = <TlvAvailibility.AVAILABLE: 1>
DEFAULT = <TlvAvailibility.DEFAULT: 2>
NOT_AVAILABLE = <TlvAvailibility.NOT_AVAILABLE: 0>
__init__(self: mtf.libs.mtf_pybinder.TlvAvailibility, value: int) None
__new__(**kwargs)
property name
property value