Class RobotConnectionParameter
public class RobotConnectionParameter
- Inheritance
- RobotConnectionParameter
- Inherited Members
Constructors
RobotConnectionParameter(string, int, string, string, string)
public RobotConnectionParameter(string robotIp, int port, string remotePath, string ftpUser, string ftpPass)
Parameters
Properties
FtpPass
public string FtpPass { get; }
Property Value
FtpUser
public string FtpUser { get; }
Property Value
Port
public int Port { get; }
Property Value
RemotePath
public string RemotePath { get; }
Property Value
RobotIp
public string RobotIp { get; }