34 lines
333 B
Text
34 lines
333 B
Text
# requests
|
|
|
|
msg destroy = 0 {
|
|
|
|
}
|
|
|
|
msg get_log_file = 1 {
|
|
id: id(jay_log_file),
|
|
}
|
|
|
|
msg quit = 2 {
|
|
}
|
|
|
|
msg set_log_level = 3 {
|
|
level: u32,
|
|
}
|
|
|
|
msg take_screenshot = 4 {
|
|
id: id(jay_screenshot),
|
|
}
|
|
|
|
msg get_idle = 5 {
|
|
id: id(jay_idle),
|
|
}
|
|
|
|
msg get_client_id = 6 {
|
|
|
|
}
|
|
|
|
# events
|
|
|
|
msg client_id = 0 {
|
|
client_id: pod(u64),
|
|
}
|