6 references to TryGetLastSentence
Iot.Device.Bindings (3)
AutopilotController.cs (3)
218if (_cache.TryGetLastSentence(RecommendedMinimumNavToDestination.Id, out RecommendedMinimumNavToDestination currentLeg1) 240if (!_cache.TryGetLastSentence(HeadingAndDeclination.Id, out HeadingAndDeclination deviation) || 243if (!_cache.TryGetLastSentence(RecommendedMinimumNavigationInformation.Id,
M5StackRemoteDisplay (3)
RemoteControl.cs (3)
97if (s.TryGetLastSentence(WaterSpeedAndAngle.Id, out WaterSpeedAndAngle sentence)) 117if (s.TryGetLastSentence(HeadingTrue.Id, out HeadingTrue sentence)) 127if (s.TryGetLastSentence(DepthBelowSurface.Id, out DepthBelowSurface sentence))