Skip to content

OpenTerminalChartWithEaParameter class

public sealed class OpenTerminalChartWithEaParameter : IBufferMessage, 
    IMessage<OpenTerminalChartWithEaParameter>

Public Members

name description
OpenTerminalChartWithEaParameter() The default constructor.
OpenTerminalChartWithEaParameter(…)
BoolParamValue { get; set; }
DoubleParamValue { get; set; }
HasBoolParamValue { get; } Gets whether the "bool_param_value" field is set
HasDoubleParamValue { get; } Gets whether the "double_param_value" field is set
HasIntParamValue { get; } Gets whether the "int_param_value" field is set
HasLongParamValue { get; } Gets whether the "long_param_value" field is set
HasStringParamValue { get; } Gets whether the "string_param_value" field is set
Index { get; set; }
IntParamValue { get; set; }
LongParamValue { get; set; }
Name { get; set; }
StringParamValue { get; set; }
Type { get; set; }
CalculateSize()
ClearBoolParamValue() Clears the value of the "bool_param_value" field
ClearDoubleParamValue() Clears the value of the "double_param_value" field
ClearIntParamValue() Clears the value of the "int_param_value" field
ClearLongParamValue() Clears the value of the "long_param_value" field
ClearStringParamValue() Clears the value of the "string_param_value" field
Clone()
override Equals(…)
Equals(…)
override GetHashCode()
MergeFrom(…) (2 methods)
override ToString()
WriteTo(…)
static Descriptor { get; }
static Parser { get; }
const BoolParamValueFieldNumber Field number for the "bool_param_value" field.
const DoubleParamValueFieldNumber Field number for the "double_param_value" field.
const IndexFieldNumber Field number for the "index" field.
const IntParamValueFieldNumber Field number for the "int_param_value" field.
const LongParamValueFieldNumber Field number for the "long_param_value" field.
const NameFieldNumber Field number for the "name" field.
const StringParamValueFieldNumber Field number for the "string_param_value" field.
const TypeFieldNumber Field number for the "type" field.

See Also