<-- Back

selectDATA

Choose specific X-Plane parameters to be send over UDP

Inputs

Outputs

Use

1. import XPlaneConnect.*;
2. values = [1, 2, 3, 27, 40]; 3. status = selectDATA(values,'127.0.0.1',49005);

Change Log

10/02/14: [CT] V0.9: Updated to work with updated xpcPlugin
04/18/14: [CT] V0.2: Added Versioning
06/10/13: [CT] Code created

<-- Back