NatNatSDK defines the response code from commands

NatNet, VRPN, TrackD, and Plugins
Post Reply
Platyform
Posts: 1
Joined: Wed Aug 28, 2024 1:53 am
Contact:

NatNatSDK defines the response code from commands

Post by Platyform »

Using the python client example on NatNat SDK, I tried sending instructions such as TimelinePlay,"TimelineStop,","SetPlaybackStartFrame,1"

I printed down the answer codes, which were 17 for TimelinePlay and 28 for Command TimelineStop. What do return codes 17 and 28 mean?
Is there a list of return codes in the documentation? I looked for it but didn't locate it.

Thank you in advance!
coolnumeral
Posts: 1
Joined: Sun Mar 02, 2025 7:55 pm
Location: https://sprunki-game.io

Re: NatNatSDK defines the response code from commands

Post by coolnumeral »

In the NatNet SDK, functions typically return an integer value of type ErrorCode, which indicates the result of the operation. However, the codes 17 and 28 are not standard ErrorCode values documented in the NatNet SDK, and they are likely to correspond to specific status or error conditions defined elsewhere in the SDK or application. Examine any sample projects provided with the SDK, as they may handle similar return codes and provide insights into their meanings.
Post Reply