GsmModemClearOutputBuffer Method |
Clears output buffer
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool ClearOutputBuffer()
Public Function ClearOutputBuffer As Boolean
Dim instance As GsmModem
Dim returnValue As Boolean
returnValue = instance.ClearOutputBuffer()
public:
bool ClearOutputBuffer()
member ClearOutputBuffer : unit -> bool
Return Value
Boolean
true if succeeded.
See Also