Direction
- class mtf.libs.mtf_pybinder.pcpp.Direction
An enum that contains direction (source or destination)
Members:
SRC
DST
SRC_OR_DST
- DST = <Direction.DST: 1>
- SRC = <Direction.SRC: 0>
- SRC_OR_DST = <Direction.SRC_OR_DST: 2>
- __init__(self: mtf.libs.mtf_pybinder.pcpp.Direction, value: int) None
- __new__(**kwargs)
- property name
- property value