idx_get()

SocketAddress::idx_get(int32_t) method

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

uint8_t System::Net::SocketAddress::idx_get(int32_t offset)

Arguments

ParameterTypeDescription
offsetint32_tThe element index.

Return Value

A value of the underlying buffer at the specified index.

See Also