C# 클래스 TSystems.RELOAD.Transport.Destination

파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
destination_data DestinationData
type DestinationType

공개 메소드들

메소드 설명
Destination ( NodeId id ) : System
Destination ( ResourceId id ) : System
Equals ( Destination dest ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetNetLength ( ) : int
ToString ( ) : string
operator ( ) : bool

메소드 상세

Destination() 공개 메소드

public Destination ( NodeId id ) : System
id TSystems.RELOAD.Utils.NodeId
리턴 System

Destination() 공개 메소드

public Destination ( ResourceId id ) : System
id TSystems.RELOAD.Utils.ResourceId
리턴 System

Equals() 공개 메소드

public Equals ( Destination dest ) : bool
dest Destination
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetNetLength() 공개 메소드

public GetNetLength ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

destination_data 공개적으로 프로퍼티

public DestinationData,TSystems.RELOAD.Transport destination_data
리턴 DestinationData

type 공개적으로 프로퍼티

public DestinationType type
리턴 DestinationType