Searched refs:EndLineOption (Results 1 – 1 of 1) sorted by relevance
34 …public TerminalTester(TimeInterval timeout, EndLineOption endLineOption = EndLineOption.TreatLineF… in TerminalTester()92 …if(!binaryMode && value == CarriageReturn && endLineOption == EndLineOption.TreatLineFeedAsEndLine) in WriteChar()97 …if(binaryMode || value != (endLineOption == EndLineOption.TreatLineFeedAsEndLine ? LineFeed : Carr… in WriteChar()723 private readonly EndLineOption endLineOption;833 public enum EndLineOption enum