System::Buffer::SetByte طريقة

Buffer::SetByte(const SharedPtr<Array<T>>&, int, uint8_t) method

يفسر المصفوفة المحددة من النوع كمصفوفة بايت خام ويضبط قيمة البايت المحددة عند الإزاحة المحددة.

template<typename T> static void System::Buffer::SetByte(const SharedPtr<Array<T>> &array, int index, uint8_t value)
Parameterالوصف
Tنوع عناصر المصفوفة
ParameterTypeالوصف
مصفوفةconst SharedPtr<Array<T>>&المصفوفة الهدف
الفهرسintالإزاحة الصفرية للبايت المراد ضبطه
valueuint8_tقيمة البايت المراد ضبطها

انظر أيضًا

Buffer::SetByte(const System::Details::ArrayView<T>&, int, uint8_t) method

يفسر المصفوفة المحددة من النوع كمصفوفة بايت خام ويضبط قيمة البايت المحددة عند الإزاحة المحددة.

template<typename T> static void System::Buffer::SetByte(const System::Details::ArrayView<T> &array, int index, uint8_t value)
Parameterالوصف
Tنوع عناصر المصفوفة
ParameterTypeالوصف
مصفوفةconst System::Details::ArrayView<T>&عرض المصفوة الهدف
الفهرسintالإزاحة الصفرية للبايت المراد ضبطه
valueuint8_tقيمة البايت المراد ضبطها

انظر أيضًا

Buffer::SetByte(const System::Details::StackArray<T, N>&, int, uint8_t) method

يفسر المصفوفة المحددة من النوع كمصفوفة بايت خام ويضبط قيمة البايت المحددة عند الإزاحة المحددة.

template<typename T,std::size_t> static void System::Buffer::SetByte(const System::Details::StackArray<T, N> &array, int index, uint8_t value)
Parameterالوصف
Tنوع عناصر المصفوفة
Nحجم مصفوفة المكدس
ParameterTypeالوصف
مصفوفةconst System::Details::StackArray<T, N>&مصفوفة المكدس الهدف
الفهرسintالإزاحة الصفرية للبايت المراد ضبطه
valueuint8_tقيمة البايت المراد ضبطها

انظر أيضًا