MCPcopy Create free account
hub / github.com/distributed/sers / SetBreak

Method SetBreak

sers.go:57–57  ·  view source on GitHub ↗

SetBreak turns on the generation of a break condition if on == true, otherwise it clear the break condition.

(on bool)

Source from the content-addressed store, hash-verified

55 // SetBreak turns on the generation of a break condition if on == true,
56 // otherwise it clear the break condition.
57 SetBreak(on bool) error
58}
59
60func SetModeStruct(sp SerialPort, mode Mode) error {

Callers 1

MainFunction · 0.65

Implementers 2

baseportsers_termios.go
serialPortsers_windows.go

Calls

no outgoing calls

Tested by

no test coverage detected