From 205e2998f4c6f5bfe9e77f469b97181027670bb9 Mon Sep 17 00:00:00 2001 From: Chris Teubert Date: Fri, 21 Nov 2014 14:22:45 -0800 Subject: [PATCH] User Guide Typo Fix typo in C User Guide --- C/User Guide (C).txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/User Guide (C).txt b/C/User Guide (C).txt index b1fc80f..3b661e3 100644 --- a/C/User Guide (C).txt +++ b/C/User Guide (C).txt @@ -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