Show / Hide Table of Contents

Class RobotConnectionParameter

继承
object
RobotConnectionParameter
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType ()
object.MemberwiseClone()
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
Type Name Description
string robotIp
int port
string remotePath
string ftpUser
string ftpPass

Properties

|Improve this Doc View Source

FtpPass

Declaration
public string FtpPass { get; }
Property Value
Type Description
string
|Improve this Doc View Source

FtpUser

Declaration
public string FtpUser { get; }
Property Value
Type Description
string
|Improve this Doc View Source

港口

Declaration
public int Port { get; }
Property Value
Type Description
int
|Improve this Doc View Source

RemotePath

Declaration
public string RemotePath { get; }
Property Value
Type Description
string
|Improve this Doc View Source

RobotIp

Declaration
public string RobotIp { get; }
Property Value
Type Description
string
  • Improve this Doc
  • View Source
In This Article
Back to topCopyright © 2015-RoboDK Inc.