C# 클래스 Grider.CapInfo

파일 보기 프로젝트 열기: diva/Grider 1 사용 예제들

공개 메소드들

메소드 설명
AddDelegate ( CapsDelegate deleg ) : void
CapInfo ( string URI, IPEndPoint Sim, string CapType ) : System
CapInfo ( string URI, IPEndPoint Sim, string CapType, CapsDataFormat ReqFmt, CapsDataFormat RespFmt ) : System
GetDelegates ( ) : List
RemoveDelegate ( CapsDelegate deleg ) : void

메소드 상세

AddDelegate() 공개 메소드

public AddDelegate ( CapsDelegate deleg ) : void
deleg CapsDelegate
리턴 void

CapInfo() 공개 메소드

public CapInfo ( string URI, IPEndPoint Sim, string CapType ) : System
URI string
Sim System.Net.IPEndPoint
CapType string
리턴 System

CapInfo() 공개 메소드

public CapInfo ( string URI, IPEndPoint Sim, string CapType, CapsDataFormat ReqFmt, CapsDataFormat RespFmt ) : System
URI string
Sim System.Net.IPEndPoint
CapType string
ReqFmt CapsDataFormat
RespFmt CapsDataFormat
리턴 System

GetDelegates() 공개 메소드

public GetDelegates ( ) : List
리턴 List

RemoveDelegate() 공개 메소드

public RemoveDelegate ( CapsDelegate deleg ) : void
deleg CapsDelegate
리턴 void