C# 클래스 SharpAdbClient.ForwardData

Contains information about port forwarding configured by the Android Debug Bridge.
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
FromString ( string value ) : ForwardData

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

메소드 상세

FromString() 공개 정적인 메소드

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