获取通过套接字发送的内容,然后将字节转换为字符串C#

时间:2019-05-10 02:04:30

标签: c# visual-studio sockets

我正在从腻子发送到应用程序的字符串,但是字符串port32始终为空

protected List<ReactPackage> getPackages() {
        // Add additional packages you require here
        // No need to add RnnPackage and MainReactPackage
        return Arrays.<ReactPackage>asList(
            ....
            new RNGestureHandlerPackage() <----- here
        );
   }

我应该能够在PuTTy中发送80,并且应该显示80,其中消息框显示port32 = {port32}

0 个答案:

没有答案