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

            return(ret);
        }