DUNConnection.ReadLine Method
Reads single line from the channel. The method blocks till full line is available or read timeout elapses.
[Visual Basic]
Overridable Public Function ReadLine() As
String
[C#]
public virtual
string ReadLine();
Return Value
null or line read
See Also
DUNConnection Class | BlueLibs.GSM Namespace