E2EProtectorOptions

class mtf.libs.mtf_pybinder.E2EProtectorOptions

Members:

CorruptCrc

CorruptDataIdNibble

ExternalSet

NoOptions

PreventCounterIncrementation

CorruptCrc = <E2EProtectorOptions.CorruptCrc: 2>
CorruptDataIdNibble = <E2EProtectorOptions.CorruptDataIdNibble: 4>
ExternalSet = <E2EProtectorOptions.ExternalSet: 8>
NoOptions = <E2EProtectorOptions.NoOptions: 0>
PreventCounterIncrementation = <E2EProtectorOptions.PreventCounterIncrementation: 1>
__init__(self: mtf.libs.mtf_pybinder.E2EProtectorOptions, value: int) None
__new__(**kwargs)
property name
property value