Searched refs:TryEnableSocketOption (Results 1 – 1 of 1) sorted by relevance
49 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