idx_set()

SocketAddress::idx_set(int32_t, uint8_t) method

Sets a value of the underlying buffer at the specified index.

void System::Net::SocketAddress::idx_set(int32_t offset, uint8_t value)

Arguments

ParameterTypeDescription
offsetint32_tThe element index.
valueuint8_tThe value to set.

See Also