The Console type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Duration |
Sets the duration. Default is 333ms. Value must be between 1 and 10000
|
![]() | Frequency |
Sets the frequency. Default is 600hz. Value must be between 37 and 32767
|
![]() | Interval |
Sets the interval between beebs. Default is 10ms. Value must be between 10 and 5000
|
![]() | Repeat |
Sets the repeat. Default is 1. Value must be between 1 and 20
|
![]() | Title |
Set the title of the console
|
![]() | ToLower |
Sets the UserResponse to lower text
|
![]() | ToUpper |
Sets the UserResponse to uppper text
|
![]() | UserPrompt |
The message to prompt the user for input. Default is "Please enter a response and press [Enter]:"
|
![]() | UserResponse |
Gets the response that the user typed
|
See Also