System::Net::SocketAddress::idx_set method
SocketAddress::idx_set method
Sets a value of the underlying buffer at the specified index.
void System::Net::SocketAddress::idx_set(int32_t offset, uint8_t value)
Parameter | Type | Description |
---|---|---|
offset | int32_t | The element index. |
value | uint8_t | The value to set. |
See Also
- Class SocketAddress
- Namespace System::Net
- Library Aspose.PUB for C++