Searched refs:Encode (Results 1 – 1 of 1) sorted by relevance
235 this.content = Encode(result.line) ?? Array.Empty<byte>(); in BinaryTerminalTesterResult()237 this.groups = result.groups.Select(Encode).ToArray(); in BinaryTerminalTesterResult()244 private byte[] Encode(string str) in Encode() method in Antmicro.Renode.RobotFramework.UartKeywords.BinaryTerminalTesterResult