C# 클래스 osc.net.MessageBuilder

파일 보기 프로젝트 열기: daniel-bytes/osc.net 1 사용 예제들

공개 메소드들

메소드 설명
GetAddress ( ) : string
GetAtom ( int index ) : Atom
PopAtom ( ) : Atom
PushAtom ( Atom atom ) : void
PushAtom ( byte value ) : void
PushAtom ( double value ) : void
PushAtom ( float value ) : void
PushAtom ( int value ) : void
PushAtom ( long value ) : void
PushAtom ( string value ) : void
Reset ( ) : void
SetAddress ( string address ) : void
SetAtom ( int index, byte value ) : void
SetAtom ( int index, float value ) : void
SetAtom ( int index, int value ) : void
SetAtom ( int index, string value ) : void
ToMessage ( ) : Message

메소드 상세

GetAddress() 공개 메소드

public GetAddress ( ) : string
리턴 string

GetAtom() 공개 메소드

public GetAtom ( int index ) : Atom
index int
리턴 Atom

PopAtom() 공개 메소드

public PopAtom ( ) : Atom
리턴 Atom

PushAtom() 공개 메소드

public PushAtom ( Atom atom ) : void
atom Atom
리턴 void

PushAtom() 공개 메소드

public PushAtom ( byte value ) : void
value byte
리턴 void

PushAtom() 공개 메소드

public PushAtom ( double value ) : void
value double
리턴 void

PushAtom() 공개 메소드

public PushAtom ( float value ) : void
value float
리턴 void

PushAtom() 공개 메소드

public PushAtom ( int value ) : void
value int
리턴 void

PushAtom() 공개 메소드

public PushAtom ( long value ) : void
value long
리턴 void

PushAtom() 공개 메소드

public PushAtom ( string value ) : void
value string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetAddress() 공개 메소드

public SetAddress ( string address ) : void
address string
리턴 void

SetAtom() 공개 메소드

public SetAtom ( int index, byte value ) : void
index int
value byte
리턴 void

SetAtom() 공개 메소드

public SetAtom ( int index, float value ) : void
index int
value float
리턴 void

SetAtom() 공개 메소드

public SetAtom ( int index, int value ) : void
index int
value int
리턴 void

SetAtom() 공개 메소드

public SetAtom ( int index, string value ) : void
index int
value string
리턴 void

ToMessage() 공개 메소드

public ToMessage ( ) : Message
리턴 Message