bitArray is used in type 1 Update calls. Bit array is a binary representation that denotes the field(s) that was updated since last call. For example we make the following call:
/exporter/?state=clientUpdate&usr=USERNAME&pwd=PASSWORD&type=1&s=1&h=<returned hid>
We get the following results:
XML
As you see in the above example, bit array denotes that 2 fields were updated since last call.
The binary field has 11 values that will indicate what has changed.
Position | Description |
1 | Change to cards |
2 | Change in correction time |
3 | Changed date |
4 | Changed Kick off time |
5 | Changed game to visible/not visible |
6 | Changed sort order of league |
7 | Changed the note |
8 | Change in results |
9 | Change in status |
10 | Change of home team |
11 | Change of away team (in case of tennis player=team) |