removed some commented out code and fixed a documentation parameter mistake
This commit is contained in:
parent
603179d8ca
commit
8e9dc21c3c
2 changed files with 6 additions and 122 deletions
|
@ -280,8 +280,10 @@ class EventTypes(Enum):
|
|||
INSTANTIATION_COMPLETE = 15
|
||||
|
||||
|
||||
# Session Message TLV Types
|
||||
class SessionTlvs(Enum):
|
||||
"""
|
||||
Session type, length, value enumerations.
|
||||
"""
|
||||
NUMBER = 0x01
|
||||
NAME = 0x02
|
||||
FILE = 0x03
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue