D0301
HTML Application SDK  A0.101
Public Member Functions | List of all members
ChildLock Interface Reference

import"ChildLockPlugin.idl";

Public Member Functions

Boolean getChildLockStatus ()
 

Detailed Description

This class returns the status of Child Lock option.

Member Function Documentation

Boolean ChildLock.getChildLockStatus ( )

This function returns status of Child Lock option.

Rs232LanCommand.execute("CHILDLOCK 1");
expect(ChildLock.getChildLockStatus()).toBe(true, "Child lock is inactive");
Returns
Return status of childlock

The documentation for this interface was generated from the following file: