SerialPortSetBreak Method |
Sets break line.
When value is true, suspends character transmission and places the transmission line in a break state.
When value is false, restores character transmission and places the transmission line in a nonbreak state.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic bool SetBreak(
bool value
)
Public Function SetBreak (
value As Boolean
) As Boolean
public:
bool SetBreak(
bool value
)
member SetBreak :
value : bool -> bool public boolean SetBreak(
boolean value
)
public function SetBreak(
value : boolean
) : boolean
function SetBreak(value);
METHOD SetBreak(
value AS LOGIC
) AS LOGIC
No code example is currently available or this language may not be supported.
Parameters
- value Boolean
-
true = high; false = low
Return Value
Boolean
true if succeeded.
See Also