ReadRepeatedMessage
Retrieve a handle to an embedded protobuf message in a protobuf message
repeated field.
native Protobuf ReadRepeatedMessage(const char[] field, int index)Parameters
const char[] field
Field name.
int index
Index in the repeated field.
Return Value
Protobuf Protobuf handle to embedded message.Error
Non-existent field, or incorrect field type.