Samraksh eMote .NOW
Sleep Method (IRadio)



Sleep level
Put radio to sleep
Syntax
'Declaration
 
Function Sleep( _
   ByVal level As Byte _
) As DeviceStatus
'Usage
 
Dim instance As IRadio
Dim level As Byte
Dim value As DeviceStatus
 
value = instance.Sleep(level)

Parameters

level
Sleep level

Return Value

Success of operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

IRadio Interface
IRadio Members

Send Feedback