Search found 1 match

by TheDruidsKeeper
Thu May 25, 2017 5:51 pm
Forum: OptiTrack Data Streaming
Topic: NatNet Unicast
Replies: 0
Views: 1949

NatNet Unicast

The WinFormsSample has this in the disconnect: // [NatNet] disconnect // optional : for unicast clients only - notify Motive we are disconnecting int nBytes = 0; byte[] response = new byte[10000]; int rc; rc = m_NatNet.SendMessageAndWait("Disconnect", out response, out nBytes); if (rc == 0...