add remote event
This commit is contained in:
parent
d142fa952c
commit
8d6c96a44d
@ -19,6 +19,7 @@ class fenrirEventType(Enum):
|
|||||||
HeartBeat = 8 # for time based scheduling
|
HeartBeat = 8 # for time based scheduling
|
||||||
ExecuteCommand = 9
|
ExecuteCommand = 9
|
||||||
ByteInput = 10
|
ByteInput = 10
|
||||||
|
RemoteIncomming = 11
|
||||||
def __int__(self):
|
def __int__(self):
|
||||||
return self.value
|
return self.value
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user