macro_rules! remote_xy {
( $i:ty , $o:ty , $addr:expr, $conf:expr) => { ... };
}Expand description
This macro takes the InputData and OutputData types, the server address and the config buffer in order to create a new RemoteXY struct. The server is directly started.