Export |
public sealed class ExportRequest : IMessage<ExportRequest>, IMessage, IEquatable<ExportRequest>, IDeepCloneable<ExportRequest>, IBufferMessage
The ExportRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| ExportRequest | ||
| ExportRequest(ExportRequest) | ||
| ExportRequest(String, Time, Time, Card, SignalWithUnit, NullableBoolean, NullableBoolean, NullableBoolean) | Exports acquired trace data. |
| Name | Description | |
|---|---|---|
| Card | If set exports acquired trace data for set card, otherwise for all currently connected devices. | |
| Descriptor | ||
| ExportPath | Path to save exported signals to (for PC running the service). | |
| FirstTimestamp | Start of export in µs; defaults to first timestamp (0 µs). | |
| HasUseDecimalPoint | Gets whether the "use_decimal_point" field is set | |
| HasWriteHeaders | Gets whether the "write_headers" field is set | |
| HasWriteTimestamps | Gets whether the "write_timestamps" field is set | |
| LastTimestamp | End of export in µs, defaults to last timestamp. | |
| Parser | ||
| SignalsWithUnit | Signal(s) with unit(s) to export, defaults to all signals with default/last used units. | |
| UseDecimalPoint | True: Use point "." as decimal separator; False: Use comma ",". Defaults to false (comma ","). | |
| WriteHeaders | Write the export file headers. Defaults to true. | |
| WriteTimestamps | Write an additional timestamp column to the export file. Defaults to false. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| ClearUseDecimalPoint | Clears the value of the "use_decimal_point" field | |
| ClearWriteHeaders | Clears the value of the "write_headers" field | |
| ClearWriteTimestamps | Clears the value of the "write_timestamps" field | |
| Clone | ||
| Equals(ExportRequest) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(ExportRequest) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| CardFieldNumber | Field number for the "card" field. | |
| ExportPathFieldNumber | Field number for the "export_path" field. | |
| FirstTimestampFieldNumber | Field number for the "first_timestamp" field. | |
| LastTimestampFieldNumber | Field number for the "last_timestamp" field. | |
| SignalsWithUnitFieldNumber | Field number for the "signals_with_unit" field. | |
| UseDecimalPointFieldNumber | Field number for the "use_decimal_point" field. | |
| WriteHeadersFieldNumber | Field number for the "write_headers" field. | |
| WriteTimestampsFieldNumber | Field number for the "write_timestamps" field. |