C# 클래스 vortex.web.proto.EndpointInfo

파일 보기 프로젝트 열기: PrismTech/vortex-web-csharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
did int
qos List
tn string

공개 메소드들

메소드 설명
EndpointInfo ( int did, string tn, List qos ) : System

메소드 상세

EndpointInfo() 공개 메소드

public EndpointInfo ( int did, string tn, List qos ) : System
did int
tn string
qos List
리턴 System

프로퍼티 상세

did 공개적으로 프로퍼티

public int did
리턴 int

qos 공개적으로 프로퍼티

public List qos
리턴 List

tn 공개적으로 프로퍼티

public string tn
리턴 string