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