ReadInt64
Reads an int64, uint64, sint64, fixed64, sfixed64 from a protobuf message.
native void ReadInt64(const char[] field, int value[2], int index = -1)
Parameters
const char[] field
Field name.
int[2] value
Array to represent the large integer (0=High bits, 1=Low bits).
int index
Index into repeated field.
Return Value
voidError
Non-existent field, or incorrect field type.