.st Sleep Timeout
Sets the timeout before the reader sleeps if there are no connections to the reader or if no trigger presses occur in HID mode.
Android | iOS | .NET |
---|---|---|
link coming soon | link coming soon | SleepTimeoutCommand |
Parameters
Identifier | Values | Description |
---|---|---|
-p | List the current parameter values | |
-h | n | Sleep duration in seconds for HID |
-t | n | Sleep duration in seconds for no connection |
-x | Reset the parameters to defaults |
Parameter detail
-p
List the current parameter values
Type | Switch |
---|---|
Value | |
Range | |
Order In Interpretation | 4 |
-h
Sleep duration in seconds for HID
Type | Numeric |
---|---|
Value | n |
Range | n=1..999 |
Order In Interpretation | 2 |
Default Value | 60 |
-t
Sleep duration in seconds for no connection
Type | Numeric |
---|---|
Value | n |
Range | n=15..999 |
Order In Interpretation | 3 |
Default Value | 60 |
-x
Reset the parameters to defaults
Type | Switch |
---|---|
Value | |
Range | |
Order In Interpretation | 1 |
Parameter Interpretation Order
-x, -h, -t, -p
Parameter Defaults
-h 60, -t 60
Response Headers
Examples
Command | Response | Action |
.st -p | CS: .st -p
PR: -p -h60 -t60 -x OK: | No Action |
.st -t 15 | CS: .st -t 15
OK: | The no connection sleep timeout is set to 15 Seconds |