Skip to main content

io_udp_send

Function io_udp_send 

Source
pub fn io_udp_send(
    args: &[ValueWord],
    ctx: &ModuleContext<'_>,
) -> Result<ValueWord, String>
Expand description

io.udp_send(handle, data, target_addr) -> int

Send a datagram to target_addr. Returns bytes sent.