Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.11 KB

StdinInput.md

File metadata and controls

33 lines (26 loc) · 1.11 KB

Input: Stdin

The Stdin Input will read from the console (Console.ReadLine) and build a simple message for testing.

Parameters

The following parameters are allowed when configuring WindowsEvents.

Parameter Type Description Details Default
codec object Codec to use
{
    "TimberWinR": {
        "Inputs": {
            "Stdin": [
                {
                    "_comment": "Read from Console"                  
                }
            ]
		}
	}
}

Fields

A field: "type": "Win32-Stdin" is automatically appended, and the entire JSON is passed on vertabim

Name Type Description
type STRING Win32-Stdin
message STRING The message typed in