Options Class |
public sealed class Options : IMessage<Options>, IMessage, IEquatable<Options>, IDeepCloneable<Options>, IBufferMessage
The Options type exposes the following members.
| Name | Description | |
|---|---|---|
| Options | ||
| Options(Options) |
| Name | Description | |
|---|---|---|
| CardConfig | Signals to get from the trace. This can include new virtual signals or exclude existing signals. | |
| Descriptor | ||
| EnablePdo | If true, PDO signals are enabled. | |
| HasEnablePdo | Gets whether the "enable_pdo" field is set | |
| HasSplitBySegment | Gets whether the "split_by_segment" field is set | |
| HasUseDeviceConfig | Gets whether the "use_device_config" field is set | |
| Parser | ||
| SplitBySegment | If true, the saved traces during streaming are split by segment. Otherwise they are split before they grow too big to open in the UI. | |
| UseDeviceConfig | use device config to reconfigure an existing trace (This can include new virtual signals or exclude existing signals. Add or modifiy trigger) |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| ClearEnablePdo | Clears the value of the "enable_pdo" field | |
| ClearSplitBySegment | Clears the value of the "split_by_segment" field | |
| ClearUseDeviceConfig | Clears the value of the "use_device_config" field | |
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(Options) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(Options) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| CardConfigFieldNumber | Field number for the "card_config" field. | |
| EnablePdoFieldNumber | Field number for the "enable_pdo" field. | |
| SplitBySegmentFieldNumber | Field number for the "split_by_segment" field. | |
| UseDeviceConfigFieldNumber | Field number for the "use_device_config" field. |