Get |
public sealed class GetFrameRequest : IMessage<GetFrameRequest>, IMessage, IEquatable<GetFrameRequest>, IDeepCloneable<GetFrameRequest>, IBufferMessage
The GetFrameRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetFrameRequest | |
![]() | GetFrameRequest(GetFrameRequest) |
Name | Description | |
---|---|---|
![]() ![]() | Descriptor | |
![]() | DeviceId | Serial number of the device to get the stream for. |
![]() | HasIncludeTriggeredOffEdge | Gets whether the "include_triggered_off_edge" field is set |
![]() | HasIncludeTriggeredOnEdge | Gets whether the "include_triggered_on_edge" field is set |
![]() | HasTimestampInTicks | Gets whether the "timestamp_in_ticks" field is set |
![]() | IncludeTriggeredOffEdge | If true, the off trigger timestamp and value are last in each segment. |
![]() | IncludeTriggeredOnEdge | If true, the timestamp and value before the on trigger are first in each segment. |
![]() ![]() | Parser | |
![]() | TimestampInTicks | Timestamps in ticks instead of milliseconds. |
Name | Description | |
---|---|---|
![]() | CalculateSize | |
![]() | ClearIncludeTriggeredOffEdge | Clears the value of the "include_triggered_off_edge" field |
![]() | ClearIncludeTriggeredOnEdge | Clears the value of the "include_triggered_on_edge" field |
![]() | ClearTimestampInTicks | Clears the value of the "timestamp_in_ticks" field |
![]() | Clone | |
![]() | Equals(GetFrameRequest) | |
![]() | Equals(Object) | (Overrides ObjectEquals(Object)) |
![]() | GetHashCode | (Overrides ObjectGetHashCode) |
![]() | MergeFrom(CodedInputStream) | |
![]() | MergeFrom(GetFrameRequest) | |
![]() | ToString | (Overrides ObjectToString) |
![]() | WriteTo |
Name | Description | |
---|---|---|
![]() ![]() | DeviceIdFieldNumber | Field number for the "device_id" field. |
![]() ![]() | IncludeTriggeredOffEdgeFieldNumber | Field number for the "include_triggered_off_edge" field. |
![]() ![]() | IncludeTriggeredOnEdgeFieldNumber | Field number for the "include_triggered_on_edge" field. |
![]() ![]() | TimestampInTicksFieldNumber | Field number for the "timestamp_in_ticks" field. |