Plasma.pnCli2Auth_AcctLoginRequest.IReadHashUInt C# (CSharp) 메소드

IReadHashUInt() 개인적인 메소드

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