System::Net::Sockets::Socket::IOControl metod
Innehåll
[
Dölj
]Socket::IOControl(int32_t, System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Ställer in lågnivådriftslägen för socketen.
int32_t System::Net::Sockets::Socket::IOControl(int32_t ioControlCode, System::ArrayPtr<uint8_t> optionInValue, System::ArrayPtr<uint8_t> optionOutValue)
| Parameter | Type | Beskrivning |
|---|---|---|
| ioControlCode | int32_t | Kontrollkoden för den operation som ska utföras. |
| optionInValue | System::ArrayPtr<uint8_t> | Bytearrayen som innehåller indata. |
| optionOutValue | System::ArrayPtr<uint8_t> | Bytearrayen som innehåller utdata. |
ReturnValue
Antalet byte i parametern optionOutValue.
Se även
- 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
Ställer in lågnivådriftslägen för socketen.
int32_t System::Net::Sockets::Socket::IOControl(IOControlCode ioControlCode, System::ArrayPtr<uint8_t> optionInValue, System::ArrayPtr<uint8_t> optionOutValue)
| Parameter | Type | Beskrivning |
|---|---|---|
| ioControlCode | IOControlCode | Kontrollkoden för den operation som ska utföras. |
| optionInValue | System::ArrayPtr<uint8_t> | Bytearrayen som innehåller indata. |
| optionOutValue | System::ArrayPtr<uint8_t> | Bytearrayen som innehåller utdata. |
ReturnValue
Antalet byte i parametern optionOutValue.
Se även
- Enum IOControlCode
- Typedef ArrayPtr
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Page for C++