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 | نوع عناصر المصفوفة |
| Parameter | Type | الوصف |
|---|
| مصفوفة | const SharedPtr<Array<T>>& | المصفوفة الهدف |
| الفهرس | int | الإزاحة الصفرية للبايت المراد ضبطه |
| value | uint8_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 | نوع عناصر المصفوفة |
| Parameter | Type | الوصف |
|---|
| مصفوفة | const System::Details::ArrayView<T>& | عرض المصفوة الهدف |
| الفهرس | int | الإزاحة الصفرية للبايت المراد ضبطه |
| value | uint8_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 | حجم مصفوفة المكدس |
| Parameter | Type | الوصف |
|---|
| مصفوفة | const System::Details::StackArray<T, N>& | مصفوفة المكدس الهدف |
| الفهرس | int | الإزاحة الصفرية للبايت المراد ضبطه |
| value | uint8_t | قيمة البايت المراد ضبطها |
انظر أيضًا