23 lines
594 B
Markdown
23 lines
594 B
Markdown
|
---
|
||
|
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 |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|x|Array of [testInt](../types/testInt.md) | Yes|Vector of objects to return|
|
||
|
|
||
|
|
||
|
### Return type: [TestVectorIntObject](../types/TestVectorIntObject.md)
|
||
|
|