System::Net::SocketAddress::idx_get method

SocketAddress::idx_get method

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

uint8_t System::Net::SocketAddress::idx_get(int32_t offset)
ParameterTypeDescription
offsetint32_tThe element index.

ReturnValue

A value of the underlying buffer at the specified index.

See Also