Samraksh eMote .NOW
Blink Method



Defines the rate of the blink
Set the lcd to blink
Syntax
'Declaration
 
Public Function Blink( _
   ByVal blinkType As Blink _
) As Boolean
'Usage
 
Dim instance As EmoteLCD
Dim blinkType As Blink
Dim value As Boolean
 
value = instance.Blink(blinkType)
public bool Blink( 
   Blink blinkType
)
public:
bool Blink( 
   Blink blinkType
) 

Parameters

blinkType
Defines the rate of the blink

Return Value

Returns the result of the blink operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

EmoteLCD Class
EmoteLCD Members

Send Feedback