User guide

Developers guidelines | AT commands
73 June 2010
AT*SEONO SEMC create on/off input
<form>:
<form> Description
Integer type The object ID for the form in which the object is
placed. 0 means that the object is stand-alone
0 The object is not placed in a form. Default value
1–255 The object ID for the form
Description: Displays an On/Off input screen with two radio buttons showing “on” and
“off”. A value could be accepted by the user or cancelled. The unsolicited
result code *SEGUII is sent to the accessory when the user has accepted
or cancelled the On/Off input
.
To be able to use this command, a UI session has to be established. That
is, the AT command AT*SEUIS=1 has to be called before calling
AT*SEONO.
An On/Off object is deleted if AT*SEDEL=<object_index> is called.
Execution
command: AT*SEONO=<title>,<default_value>,<show>
Execution command
response: *SEONO:<object_index>
Test command: AT*SEONO=? Shows if the command is supported.
Test command
response: Range of general parameters:
*SEONO: (list of supported <default_value>s), (list of supported <show>s)
Parameters:
<title>:
<title> Description
String Title of the On/Off input
<default_value>:
<default_value> Description
0 Off
1 On
<object_index>:
<object_index> Description
Integer type Index of the On/Off input
<show>:
<show> Description
Integer type Tells whether the GUI object will be visible on the
screen directly when created. If <show> = 0 then it
is possible to use the AT*SESAF command to
display the object later