Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModem.cs131 public uint? TransferBandwidth { get; set; } property in Antmicro.Renode.Peripherals.Network.AtCommandModem
167 if(TransferBandwidth == null) in SendBytes()
194 }, TransferBandwidth.Value); in SendBytes()