[ wiced-sdk-2.2.1 ]
我正在尝试在端口56700上做一个UDP广播,我是否在255.255.255.255的IP地址上发送它?
我的WiDeDuppsEnter调用应该是这样吗?
const WieDeIpIpAddisStRealSeriSeriIPv4x地址(TajixIpAdAdDR,0xFFFFFFFF);
。
。
。
wiced_udp_send(&;udp_socket,&;target_ip_addr,56700包)
有什么特别需要我做的吗?
以上来自于百度翻译
以下为原文
[WICED-SDK-2.2.1]
Im trying to do a UDP broadcast on port 56700, do I send it on an IP address of 255.255.255.255
should my wiced_udp_send call look like this?
const wiced_ip_address_t INI
tiALISER_IPV4_ADDRESS( target_ip_addr, 0xFFFFFFFF ); .
.
.
.
wiced_udp_send(&udp_socket, &target_ip_addr, 56700, packet)
Is there anything special I need to enable?