GoPiGoInfo Constructors
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.
Overloads
GoPiGoInfo() | |
GoPiGoInfo(String, String, Version, Version, String) |
Instantiate a GoPiGoInfo object. |
GoPiGoInfo()
public GoPiGoInfo ();
Public Sub New ()
Applies to
GoPiGoInfo(String, String, Version, Version, String)
Instantiate a GoPiGoInfo object.
public GoPiGoInfo (string manufacturer, string board, Version hardwareVersion, Version softwareVersion, string id);
new Iot.Device.GoPiGo3.Models.GoPiGoInfo : string * string * Version * Version * string -> Iot.Device.GoPiGo3.Models.GoPiGoInfo
Public Sub New (manufacturer As String, board As String, hardwareVersion As Version, softwareVersion As Version, id As String)
Parameters
- manufacturer
- String
Manufacturer information.
- board
- String
Board information.
- hardwareVersion
- Version
Hardware version.
- softwareVersion
- Version
Firmware version.
- id
- String
Id of the GoPiGo3.