Reference   Language | Libraries | Comparison | Changes

Bridge : Process Class

addParameter()

Description

addParameter() adds a parameter to a Linux command initiated with begin(). It's not necessary to add spaces, addParameter() inserts them for you.

Syntax

  • Process.addParameter(param)

Parameters

  • param (string) : The parameter you wish to add to a command

Returns

none

Example

See also


Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.