System::Net::Sockets::Socket::IOControl method
Contents
[
Hide
]Socket::IOControl(int32_t, System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Sets low-level operating modes for the socket.
int32_t System::Net::Sockets::Socket::IOControl(int32_t ioControlCode, System::ArrayPtr<uint8_t> optionInValue, System::ArrayPtr<uint8_t> optionOutValue)
Parameter | Type | Description |
---|---|---|
ioControlCode | int32_t | The control code of the operation to perform. |
optionInValue | System::ArrayPtr<uint8_t> | The byte array that contains the input data. |
optionOutValue | System::ArrayPtr<uint8_t> | The byte array that contains the output data. |
ReturnValue
The number of bytes in the optionOutValue parameter.
See Also
- Typedef ArrayPtr
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.PUB for C++
Socket::IOControl(IOControlCode, System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Sets low-level operating modes for the socket.
int32_t System::Net::Sockets::Socket::IOControl(IOControlCode ioControlCode, System::ArrayPtr<uint8_t> optionInValue, System::ArrayPtr<uint8_t> optionOutValue)
Parameter | Type | Description |
---|---|---|
ioControlCode | IOControlCode | The control code of the operation to perform. |
optionInValue | System::ArrayPtr<uint8_t> | The byte array that contains the input data. |
optionOutValue | System::ArrayPtr<uint8_t> | The byte array that contains the output data. |
ReturnValue
The number of bytes in the optionOutValue parameter.
See Also
- Enum IOControlCode
- Typedef ArrayPtr
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.PUB for C++