طريقة 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)
ParameterTypeالوصف
ioControlCodeint32_tرمز التحكم للعملية التي سيتم تنفيذها.
optionInValueSystem::ArrayPtr<uint8_t>المصفوفة البايتية التي تحتوي على بيانات الإدخال.
optionOutValueSystem::ArrayPtr<uint8_t>المصفوفة البايتية التي تحتوي على بيانات الإخراج.

ReturnValue

عدد البايتات في معلمة optionOutValue.

انظر أيضًا

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)
ParameterTypeالوصف
ioControlCodeIOControlCodeرمز التحكم للعملية التي سيتم تنفيذها.
optionInValueSystem::ArrayPtr<uint8_t>المصفوفة البايتية التي تحتوي على بيانات الإدخال.
optionOutValueSystem::ArrayPtr<uint8_t>المصفوفة البايتية التي تحتوي على بيانات الإخراج.

ReturnValue

عدد البايتات في معلمة optionOutValue.

انظر أيضًا