Protobuf.ReadMessage Method

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

Protobuf ReadMessage(const char[] field)

Parameters

const char[] field

Field name.

Return Value

Protobuf handle to embedded message.

Errors

Non-existent field, or incorrect field type.