HandlingDirection

class mtf.test_utilities.network_utils.data_utils.HandlingDirection

Enumeration for handling direction of bits within bytes.

Attributes:

LeftToRight: Indicates handling bits from left to right. RightToLeft: Indicates handling bits from right to left.

LeftToRight = 0
RightToLeft = 1