Plasma.pnCli2Auth_AcctLoginRequest.IReadHashUInt C# (CSharp) Méthode

IReadHashUInt() private méthode

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