Class RobotConnectionParameter
继承
RobotConnectionParameter
Namespace:RoboDk.API.Model
Assembly: RoboDkApi.dll
Syntax
public class RobotConnectionParameter
Constructors
|Improve this Doc
View Source
RobotConnectionParameter(string, int, string, string, string)
Declaration
public RobotConnectionParameter(string robotIp, int port, string remotePath, string ftpUser, string ftpPass)
Parameters
Properties
|Improve this Doc
View Source
FtpPass
Declaration
public string FtpPass { get; }
Property Value
|Improve this Doc
View Source
FtpUser
Declaration
public string FtpUser { get; }
Property Value
|Improve this Doc
View Source
港口
Declaration
Property Value
|Improve this Doc
View Source
RemotePath
Declaration
public string RemotePath { get; }
Property Value
|Improve this Doc
View Source
RobotIp
Declaration
public string RobotIp { get; }
Property Value