Function send_data

Source
pub async fn send_data(
    port: u16,
    magic_header: &str,
    func: &str,
    data: Vec<u8>,
) -> Result<Vec<u8>>