RatioMaster_source.RM.createChokeResponse C# (CSharp) Method

createChokeResponse() private method

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