Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DIInstanceBasedCommand.cs81 if(!TryDecodeNameLength(command, data, offset, out var length, out response)) in TryGetName()
110 …private static bool TryDecodeNameLength(Command command, List<byte> data, int offset, out int leng… in TryDecodeNameLength() method in Antmicro.Renode.Network.ExternalControl.IInstanceBasedCommandExtensions