طريقة System::Net::Sockets::Socket::IOControl
محتويات
[
يخفي
]Socket::IOControl(int32_t, System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
يضبط أوضاع التشغيل منخفضة المستوى للمقبس.
int32_t System::Net::Sockets::Socket::IOControl(int32_t ioControlCode, System::ArrayPtr<uint8_t> optionInValue, System::ArrayPtr<uint8_t> optionOutValue)
| Parameter | Type | الوصف |
|---|---|---|
| ioControlCode | int32_t | رمز التحكم للعملية التي سيتم تنفيذها. |
| optionInValue | System::ArrayPtr<uint8_t> | المصفوفة البايتية التي تحتوي على بيانات الإدخال. |
| optionOutValue | System::ArrayPtr<uint8_t> | المصفوفة البايتية التي تحتوي على بيانات الإخراج. |
ReturnValue
عدد البايتات في معلمة optionOutValue.
انظر أيضًا
- Typedef ArrayPtr
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
Socket::IOControl(IOControlCode, System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
يضبط أوضاع التشغيل منخفضة المستوى للمقبس.
int32_t System::Net::Sockets::Socket::IOControl(IOControlCode ioControlCode, System::ArrayPtr<uint8_t> optionInValue, System::ArrayPtr<uint8_t> optionOutValue)
| Parameter | Type | الوصف |
|---|---|---|
| ioControlCode | IOControlCode | رمز التحكم للعملية التي سيتم تنفيذها. |
| optionInValue | System::ArrayPtr<uint8_t> | المصفوفة البايتية التي تحتوي على بيانات الإدخال. |
| optionOutValue | System::ArrayPtr<uint8_t> | المصفوفة البايتية التي تحتوي على بيانات الإخراج. |
ReturnValue
عدد البايتات في معلمة optionOutValue.
انظر أيضًا
- Enum IOControlCode
- Typedef ArrayPtr
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Page for C++