コード例 #1
0
ファイル: ByteQueue.cs プロジェクト: dacuster/VOID
        public bool ReadBytes(byte[] inOutByteArray, uint maxLengthToRead, bool peek)
        {
            bool ret = RakNetPINVOKE.ByteQueue_ReadBytes(swigCPtr, inOutByteArray, maxLengthToRead, peek);

            return(ret);
        }