Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModem.cs459 return new Response(Status, trailer, Parameters, BinaryBody); in WithTrailer()
472 bodyRepresentation = Misc.PrettyPrintCollectionHex(BinaryBody); in ToString()
496 public byte[] BinaryBody { get; } property in Antmicro.Renode.Peripherals.Network.AtCommandModem.Response
513 BinaryBody = binaryBody; in Response()
523 bodyContent = BinaryBody; in Response()