Virtual |
public sealed class VirtualSignal : IMessage<VirtualSignal>, IMessage, IEquatable<VirtualSignal>, IDeepCloneable<VirtualSignal>, IBufferMessage
The VirtualSignal type exposes the following members.
Name | Description | |
---|---|---|
VirtualSignal | ||
VirtualSignal(VirtualSignal) |
Name | Description | |
---|---|---|
Descriptor | ||
Key | Unique virtual signal name starting with Virtual0 and incrementing for each new signal. For a human readable name, use the TraceDataSignalConfig custom_name. If this is set to a name, a key will be automatically assigned and the name added as custom name. | |
Parser |
Name | Description | |
---|---|---|
CalculateSize | ||
Clone | ||
Equals(Object) | (Overrides ObjectEquals(Object)) | |
Equals(VirtualSignal) | ||
GetHashCode | (Overrides ObjectGetHashCode) | |
MergeFrom(CodedInputStream) | ||
MergeFrom(VirtualSignal) | ||
ToString | (Overrides ObjectToString) | |
WriteTo |
Name | Description | |
---|---|---|
KeyFieldNumber | Field number for the "key" field. |