Sha256: 951310ba7f7487d0d17468cc5feb6eee86a1cd79ac6b467c956354c4f0c82602

Contents?: true

Size: 1.48 KB

Versions: 14

Compression:

Stored size: 1.48 KB

Contents

<?xml version = "1.0"?>
<?xml-stylesheet type="text/xsl" href="pb_help.xsl"?>

<HELPPAGE>
	<FUNC>
		<NAME>wake</NAME>
		<PATH>Device_Application</PATH>
		<TYPE>Module</TYPE>
		<SYNOPSIS>is used to keep the display and wifi ON as long as RhoElements is active</SYNOPSIS>			
		<SYNTAX>
			<USAGE>
				<EXAMPLE>&lt;META HTTP-Equiv="wake" content="[parameter]"&gt;</EXAMPLE>
			</USAGE>
		</SYNTAX>
		<PARAMS_WITH_ATTRIBUTES>
			<PARAM>
				<NAME>wakeLock</NAME>
				<VALUES>Enabled, disabled</VALUES>
				<DESC>Enables / disables the screen</DESC>
				<DEFAULT>Disabled</DEFAULT>
			</PARAM>	
			<PARAM>
				<NAME>wifiLock</NAME>
				<VALUES>Enabled, disabled</VALUES>
				<DESC>Enables / disables the network</DESC>
				<DEFAULT>Disabled</DEFAULT>
			</PARAM>				
		</PARAMS_WITH_ATTRIBUTES>			
		<EXAMPLES>
			<EXAMPLE>
				<DESC>The following keeps the device on and doesn't go to standby</DESC>
				<CODE>
&lt;META HTTP-Equiv="wake" Content="wakeLock:Enabled;wifiLock:Enabled"&gt;
				</CODE>
			</EXAMPLE>			
		</EXAMPLES>
		<REMARKS>		
			<COMMENT>
				<COMMENT_HEADING>wake Method</COMMENT_HEADING>
				<COMMENT_DATA>
				Please note that enabling locks override the system values and consume more battery power.
				</COMMENT_DATA>
			</COMMENT>
		</REMARKS>
		<ADDITIONAL>
			<PLATFORM>Android only</PLATFORM>
			<APPLIES>Persistent - Changes to this module will persist when navigating to a new page.</APPLIES>
			<REQ>None</REQ>
			<VER_INTRODUCED>2.2</VER_INTRODUCED>
		</ADDITIONAL>
	</FUNC>
</HELPPAGE>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhodes-7.6.0 neon/EMMLTags/XML/wake.xml
rhodes-7.5.1 neon/EMMLTags/XML/wake.xml
rhodes-7.4.1 neon/EMMLTags/XML/wake.xml
rhodes-7.1.17 neon/EMMLTags/XML/wake.xml
rhodes-6.2.0 neon/EMMLTags/XML/wake.xml
rhodes-6.0.11 neon/EMMLTags/XML/wake.xml
rhodes-5.5.18 neon/EMMLTags/XML/wake.xml
rhodes-5.5.17 neon/EMMLTags/XML/wake.xml
rhodes-5.5.15 neon/EMMLTags/XML/wake.xml
rhodes-5.5.0.22 neon/EMMLTags/XML/wake.xml
rhodes-5.5.2 neon/EMMLTags/XML/wake.xml
rhodes-5.5.0.7 neon/EMMLTags/XML/wake.xml
rhodes-5.5.0.3 neon/EMMLTags/XML/wake.xml
rhodes-5.5.0 neon/EMMLTags/XML/wake.xml