Protobuf.ReadRepeatedMessage Method

Retrieve a handle to an embedded protobuf message in a protobuf message repeated field.

Protobuf ReadRepeatedMessage(const char[] field, int index)

Parameters

const char[] field

Field name.

int index

Index in the repeated field.

Return Value

Protobuf handle to embedded message.

Errors

Non-existent field, or incorrect field type.