TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
int FileReadArray< T > | ( | int | handle, |
TMXArray< T > | array, | ||
int | start, | ||
int | count | ||
) |
Reads from a file of BIN type arrays of any type
T | Type of values in the target array |
handle | File descriptor returned by FileOpen() |
array | An array where the data will be loaded |
start | Start position to write to the array |
count | Number of elements to read. By default, reads the entire array (count=WHOLE_ARRAY) |