Lines Matching refs:ISocketCANFrame
17 … public static byte[] Encode<T>(this T @this, bool useNetworkByteOrder) where T : ISocketCANFrame property in Antmicro.Renode.Core.CAN.ISocketCANFrameExtentions
28 where T : ISocketCANFrame property in Antmicro.Renode.Core.CAN.ISocketCANFrameExtentions
43 …public static bool TryDecodeAsSocketCANFrame(this IList<byte> buffer, out ISocketCANFrame frame, b… in TryDecodeAsSocketCANFrame()
47 frame = default(ISocketCANFrame); in TryDecodeAsSocketCANFrame()
64 …c bool TryGetByteSwappedData<T>(this IList<byte> buffer, out byte[] data) where T : ISocketCANFrame property in Antmicro.Renode.Core.CAN.ISocketCANFrameExtentions
77 public static void ByteSwap(this ISocketCANFrame @this, byte[] frame) in ByteSwap()
89 …private static bool TryDecode<T>(this IList<byte> buffer, out ISocketCANFrame frame, bool useNetwo…
90 where T : ISocketCANFrame property in Antmicro.Renode.Core.CAN.ISocketCANFrameExtentions
97 frame = default(ISocketCANFrame);
115 public interface ISocketCANFrame interface
131 public struct ClassicalSocketCANFrame : ISocketCANFrame
157 int ISocketCANFrame.Size => ClassicalSocketCANFrame.Size;
189 public struct FlexibleSocketCANFrame : ISocketCANFrame
221 int ISocketCANFrame.Size => FlexibleSocketCANFrame.Size;
262 public struct XLSocketCANFrame : ISocketCANFrame
277 int ISocketCANFrame.Size => XLSocketCANFrame.Size;