Hsu

Results 12 comments of Hsu

not work for 17.3.3

Have you solved it?

如果是本地就不要用IP

may be,but not now.

只需要指定本地端口,把远程端口设置为0就可以了。 ``` IUdpClient client = new UdpClient("10.0.0.10",0, 11500); ``` 在`OnReceived`方法中判断客户端。

@aevi1103 @avnet78 If you want to use `OpcAutomation` or `Graybox`, you should register dll, and this is only support `x86`. If you want to support `x64`, you should use `OpcNetApi`...

Wether you set `IsSubscribed = true` for `GroupData` ?

@spencer404 搞忘了,晚些抽空加上去,谢谢提醒。

Yeah, you should called `ListAsync` first.