C# 클래스 SoftLove.Communication.Publisher

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

공개 프로퍼티들

프로퍼티 타입 설명
GESTE string
POSITION string
ZONE string

공개 메소드들

메소드 설명
Publisher ( string _ip = "*", int _port = 5555 ) : System

Creation d'un Publisher Les valeurs par defaut sont _ip = "*", _port = 5555

SendInfo ( string _id, string _info ) : void

Construit l'information avec un ID et une information Thrown when _id isn't in {Publisher.GESTE,Publisher.ZONE,Publisher.POSITION}

TestPublisher ( ) : void

Test le publisher

비공개 메소드들

메소드 설명
BindSocket ( string _ip, int _port ) : void

Bind the socket to a specific IP and port IP can be "*" (= all interfaces)

메소드 상세

Publisher() 공개 메소드

Creation d'un Publisher Les valeurs par defaut sont _ip = "*", _port = 5555
public Publisher ( string _ip = "*", int _port = 5555 ) : System
_ip string
_port int
리턴 System

SendInfo() 공개 메소드

Construit l'information avec un ID et une information Thrown when _id isn't in {Publisher.GESTE,Publisher.ZONE,Publisher.POSITION}
public SendInfo ( string _id, string _info ) : void
_id string
_info string
리턴 void

TestPublisher() 공개 정적인 메소드

Test le publisher
public static TestPublisher ( ) : void
리턴 void

프로퍼티 상세

GESTE 공개적으로 정적으로 프로퍼티

public static string GESTE
리턴 string

POSITION 공개적으로 정적으로 프로퍼티

public static string POSITION
리턴 string

ZONE 공개적으로 정적으로 프로퍼티

public static string ZONE
리턴 string