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)
ParameterTypeDescription
offsetint32_tThe element index.
valueuint8_tThe value to set.

See Also