Beispiel #1
0
        private byte getitemcopy(int index)
        {
            byte ret = CommonPINVOKE.ByteBuffer_getitemcopy(swigCPtr, index);

            if (CommonPINVOKE.SWIGPendingException.Pending)
            {
                throw CommonPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }