Searched refs:CopyAndResize (Results 1 – 4 of 4) sorted by relevance
63 data: classicalFrame.data.CopyAndResize(classicalFrame.length), in TryFromSocketCAN()81 data: fdFrame.data.CopyAndResize(fdFrame.length), in TryFromSocketCAN()
142 data = msg.Data.CopyAndResize(MaxDataLength) in FromCANMessageFrame()203 data = msg.Data.CopyAndResize(MaxDataLength) in FromCANMessageFrame()
27 Name = Encoding.ASCII.GetBytes(name).CopyAndResize(InterfaceNameSize); in InterfaceRequest()
1561 public static T[] CopyAndResize<T>(this T[] source, int length) in CopyAndResize() method in Antmicro.Renode.Utilities.Misc