C# Class SharpAdbClient.ForwardData

Contains information about port forwarding configured by the Android Debug Bridge.
ファイルを表示 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
FromString ( string value ) : ForwardData

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

Method Details

FromString() public static method

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