Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSocketCANBridge.cs49 if(TryEnableSocketOption(ensureFdFrames, SocketOptionFdFrames, "FD CAN frames")) in SocketCANBridge()
54 if(TryEnableSocketOption(ensureXlFrames, SocketOptionXlFrames, "XL CAN frames")) in SocketCANBridge()
110 private bool TryEnableSocketOption(bool ensure, int option, string optionName) in TryEnableSocketOption() method in Antmicro.Renode.Peripherals.CAN.SocketCANBridge