Protobuf.AddInt64 Method

Add an int64, uint64, sint64, fixed64, sfixed64 to a protobuf message repeated field.

void AddInt64(const char[] field, int value[2])

Parameters

const char[] field

Field name.

int[2] value

Large integer value to add (0=High bits, 1=Low bits).

Errors

Non-existent field, or incorrect field type.