Plasma.pnCli2Auth_AcctLoginRequest.IReadHashUInt C# (CSharp) Method

IReadHashUInt() private method

private IReadHashUInt ( Plasma.hsStream s ) : byte[]
s Plasma.hsStream
return byte[]
        private byte[] IReadHashUInt(hsStream s)
        {
            byte[] buf = s.ReadBytes(4);
            Array.Reverse(buf);
            return buf;
        }