RatioMaster_source.RM.createChokeResponse C# (CSharp) 메소드

createChokeResponse() 개인적인 메소드

private createChokeResponse ( ) : byte[]
리턴 byte[]
        private byte[] createChokeResponse()
        {
            byte[] buffer2 = new byte[5];
            buffer2[3] = 1;
            return buffer2;
        }