User Guide Typo

Fix typo in C User Guide
This commit is contained in:
Chris Teubert
2014-11-21 14:22:45 -08:00
parent 8013ce1003
commit 205e2998f4

View File

@@ -140,7 +140,7 @@ BASIC FUNCTIONS
9. requestDREF Request the value of specific dref(s). Dataref list found at http://www.xsquawkbox.net/xpsdk/docs/DataRefs.html
INPUT:
outSocket (xpcSocket): Socket to use to send the command
inSocket (xpcSocket): Socket to use to send the command
inSocket (xpcSocket): Socket to use to receive the result
DREFArray (char[][100]): Array of DataRefs to be requested
DREFSizes (int[]): Array of string lengths for each DataRef in DREFArray
listLength (short): Number of DataRefs in DREFArray