TalkerId(Char, Char) Constructor
Definition
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.
Constructs NMEA0183 talker identifier
public TalkerId (char id1, char id2);
new Iot.Device.Nmea0183.TalkerId : char * char -> Iot.Device.Nmea0183.TalkerId
Public Sub New (id1 As Char, id2 As Char)
Parameters
- id1
- Char
first character identifying the talker
- id2
- Char
second character identifying the talker