Home
last modified time | relevance | path

Searched refs:StringEncoding (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModem.cs136 protected static readonly Encoding StringEncoding = Encoding.UTF8; field in Antmicro.Renode.Peripherals.Network.AtCommandModem
137 protected static readonly byte[] CrLfBytes = StringEncoding.GetBytes(CrLf);
204 SendBytes(StringEncoding.GetBytes(strWithNewlines)); in SendString()
519 bodyContent = StringEncoding.GetBytes(parametersContent); in Response()
528 var statusBytes = StringEncoding.GetBytes(statusPart); in Response()
529 var trailerBytes = StringEncoding.GetBytes(Trailer.SurroundWith(CrLf)); in Response()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs714 var dataOutputSurroundingBytes = StringEncoding.GetBytes(dataOutputSurrounding); in Qird()
715 return Ok.WithParameters(StringEncoding.GetBytes(qirdResponseHeader) in Qird()
749 bytes = StringEncoding.GetBytes(data); in Qisend()