placeholder Command:  KEYBOARD LOCKINGS 


Short version Long version Changes Example

Examples:

For your better understanding we have prepared examples that have been tested. You can copy them into a new file that you've prepared as mentioned in the introduction. Furthermore we provide you with the response that fits with the example.

The data received can be different from the data that you are receiving in your system.


1. Example     next / previous example
 
Request of 1. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <keyboard_lockings>
        <keyboard_locking mode="write">
            <lock_device_no>0</lock_device_no>
            <lock_text>The Keyboard is locked...</lock_text>
        </keyboard_locking>
    </keyboard_lockings>
</scaledata>
 

 
Response of 1. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <keyboard_lockings>
        <keyboard_locking mode="write">
            <lock_device_no>0</lock_device_no>
            <lock_text>The Keyboard is locked...</lock_text>
        </keyboard_locking>
    </keyboard_lockings>
</scaledata>
 
 

2. Example     next / previous example
 
Request of 2. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <keyboard_lockings>
        <keyboard_locking mode="read">&#xA; </keyboard_locking>
    </keyboard_lockings>
</scaledata>
 

 
Response of 2. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <keyboard_lockings>
        <keyboard_locking mode="read">
            <lock_state>1</lock_state>
            <lock_device_no>0</lock_device_no>
            <lock_text>The Keyboard is locked...</lock_text>
        </keyboard_locking>
    </keyboard_lockings>
</scaledata>
 
 

3. Example     next / previous example
 
Request of 3. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <keyboard_lockings>
        <keyboard_locking mode="delete">
            <lock_device_no>0</lock_device_no>
        </keyboard_locking>
    </keyboard_lockings>
</scaledata>
 

 
Response of 3. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <keyboard_lockings>
        <keyboard_locking mode="delete">
            <lock_device_no>0</lock_device_no>
        </keyboard_locking>
    </keyboard_lockings>
</scaledata>
 
 

4. Example     next / previous example
 
Request of 4. example     view response
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <keyboard_lockings>
        <keyboard_locking mode="read">&#xA; </keyboard_locking>
    </keyboard_lockings>
</scaledata>
 

 
Response of 4. example     view request
<?xml version="1.0" encoding="UTF-16" ?>
<scaledata>
    <keyboard_lockings>
        <keyboard_locking mode="read">
            <lock_state>0</lock_state>
            <lock_device_no/>
            <lock_text/>
        </keyboard_locking>
    </keyboard_lockings>
</scaledata>