Function
callCommandArguments(_:_:) callCommandArgumentscallCommandArguments
Declaration
func callCommandArguments(_ command: String!, _ arguments: [Any]!) -> Data!Declaration
NSData *callCommandArguments(NSString *command, NSArray *arguments);Declaration
callCommandArguments(command: str, arguments: list) -> bytes