Updates the current position of a Traka iFob Returns (True if the position was updated, false if the position was unchanged)
Overview of UpdateTrakaIfobPositionsAsync goes here.
| Name | Description |
|---|---|
| ifob | The iFob to update |
| currPosition | The new current position value |
Example in C#
// Returns: Boolean
var item = await client.UpdateTrakaIfobPositionsAsync(TrakaIfobInfo ifob, Int32 currPosition);