# `callCommandArguments`

*Function*

## Declaration

```swift
func callCommandArguments(_ command: String!, _ arguments: [Any]!) -> Data!
```

```objc
NSData *callCommandArguments(NSString *command, NSArray *arguments);
```

```python
callCommandArguments(command: str, arguments: list) -> bytes
```

