2017-08-25 15:05:53 +02:00
|
|
|
---
|
|
|
|
title: testCallVectorIntObject
|
|
|
|
description: Test request. Returns back received vector of objects containing a number
|
|
|
|
---
|
|
|
|
## Method: testCallVectorIntObject
|
|
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
|
|
|
|
|
|
Test request. Returns back received vector of objects containing a number
|
|
|
|
|
|
|
|
### Params:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
|
|
|
|----------|---------------|----------|-------------|
|
2017-09-29 15:50:59 +02:00
|
|
|
|x|Array of [testInt](../constructors/testInt.md) | Yes|Vector of objects to return|
|
2017-08-25 15:05:53 +02:00
|
|
|
|
|
|
|
|
|
|
|
### Return type: [TestVectorIntObject](../types/TestVectorIntObject.md)
|
|
|
|
|