parse_segment
Description:
public void parse_segment (out double rate, out Format format, out int64 start_value, out int64 stop_value)
Parse a segment query answer.
Any of rate
, format
, start_value
, and stop_value
may be null
, which will cause this value to be omitted.
See set_segment for an explanation of the function arguments.
Parameters:
this |
a Query |
rate |
the storage for the rate of the segment, or null |
format |
the storage for the Format of the values, or null |
start_value |
the storage for the start value, or null |
stop_value |
the storage for the stop value, or null |