Samraksh eMote .NOW
SetDP Method



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

Parameters

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

Return Value

The result ofthe write operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

EmoteLCD Class
EmoteLCD Members

Send Feedback