zhongjq28
Results
1
issues of
zhongjq28
我在ubuntu 22.04上运行,使用的是C,代码如下 ``` #include #include #include #include int main(){ HP_UdpNodeListener listener = Create_HP_UdpNodeListener(); HP_UdpNode pNode = Create_HP_UdpNode(listener); HP_UdpNode_Start(pNode,"10.70.0.13",12345); const int dataSize = 32; const BYTE* pBuffer = (BYTE*)(const char[dataSize]){0}; while(1)...