Table of Contents

Class RobotConnectionParameter

Namespace
RoboDk.API.Model
Assembly
RoboDkApi.dll
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

robotIp string
port int
remotePath string
ftpUser string
ftpPass string

Properties

FtpPass

public string FtpPass { get; }

Property Value

string

FtpUser

public string FtpUser { get; }

Property Value

string

Port

public int Port { get; }

Property Value

int

RemotePath

public string RemotePath { get; }

Property Value

string

RobotIp

public string RobotIp { get; }

Property Value

string