SetBreak Method

Suspends/restores character transmission.

Syntax

Delphi
procedure SetBreak(Value: Boolean); 
BCBuilder
void SetBreak(bool Value);
 

Parameters

Value

[in] Break status. If TRUE, suspends character transmission and places the transmission line in a break state. If FALSE, restores character transmission and places the transmission line in a nonbreak state.

Errors

The method may throw exception. Refer to Handle errors sample for details.