mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-08 15:34:26 +01:00
9 lines
290 B
C
9 lines
290 B
C
#include "command.h"
|
|
|
|
process_t push_server(const char *serial);
|
|
process_t enable_tunnel(const char *serial, Uint16 local_port);
|
|
process_t disable_tunnel(const char *serial);
|
|
|
|
process_t start_server(const char *serial, Uint16 max_size, Uint32 bit_rate);
|
|
void stop_server(process_t server);
|