Samraksh eMote .NOW
SetDP Method



Columns 1
Columns 2
Columns 3
Columns 4
Set the decimal point
Syntax
'Declaration
 
Public Function SetDP( _
   ByVal dp1 As Boolean, _
   ByVal dp2 As Boolean, _
   ByVal dp3 As Boolean, _
   ByVal dp4 As Boolean _
) As Boolean
'Usage
 
Dim instance As EmoteLCD
Dim dp1 As Boolean
Dim dp2 As Boolean
Dim dp3 As Boolean
Dim dp4 As Boolean
Dim value As Boolean
 
value = instance.SetDP(dp1, dp2, dp3, dp4)
public bool SetDP( 
   bool dp1,
   bool dp2,
   bool dp3,
   bool dp4
)
public:
bool SetDP( 
   bool dp1,
   bool dp2,
   bool dp3,
   bool dp4
) 

Parameters

dp1
Columns 1
dp2
Columns 2
dp3
Columns 3
dp4
Columns 4

Return Value

The result ofthe write operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

EmoteLCD Class
EmoteLCD Members

Send Feedback