Microsoft.Protocols.TestSuites.Common.RopTellVersionRequest.Size C# (CSharp) 메소드

Size() 공개 메소드

Return the size of RopTellVersion request buffer structure.
public Size ( ) : int
리턴 int
        public int Size()
        {
            // 9 indicates sizeof (byte) * 3 + 3*sizeof (Uint16)
            int size = sizeof(byte) * 9;
            return size;
        }
    }
RopTellVersionRequest