23 lines
522 B
Markdown
23 lines
522 B
Markdown
---
|
|
title: testCallVectorInt
|
|
description: Test request. Returns back received vector of numbers
|
|
---
|
|
## Method: testCallVectorInt
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Test request. Returns back received vector of numbers
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|x|Array of [int](../types/int.md) | Yes|Vector of numbers to return|
|
|
|
|
|
|
### Return type: [TestVectorInt](../types/TestVectorInt.md)
|
|
|