C# Class SharpAdbClient.ForwardData

Contains information about port forwarding configured by the Android Debug Bridge.
Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Méthode Description
FromString ( string value ) : ForwardData

Creates a new instance of the ForwardData class by parsing a string.

Method Details

FromString() public static méthode

Creates a new instance of the ForwardData class by parsing a string.
public static FromString ( string value ) : ForwardData
value string /// The value to parse. ///
Résultat ForwardData