QuerySentence.FromSentenceString(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads NMEA0183 query sentence from provided string
C#
public static Iot.Device.Nmea0183.QuerySentence FromSentenceString (string sentence);
static member FromSentenceString : string -> Iot.Device.Nmea0183.QuerySentence
Public Shared Function FromSentenceString (sentence As String) As QuerySentence
- sentence
- String
NMEA0183 query sentence
QuerySentence instance
sentence
does not include new line characters
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
.NET IoT Libraries | 2.1.0, 2.2.0 |