PalmSens SDK Class Library

EmulateComm.EmulatedPalmSens.LCDChangeEventArgs.line Method 

Obtain line i of the LCD display

[Visual Basic]
Public Function line( _
   ByVal i As Integer _
) As String
[C#]
public string line(
   int i
);

Parameters

i
Number of line to obtain the text of. Allowed range: 0-3

Return Value

See Also

EmulateComm.EmulatedPalmSens.LCDChangeEventArgs Class | PalmSens.Comm Namespace