C# Class osc.net.MessageBuilder

显示文件 Open project: daniel-bytes/osc.net Class Usage Examples

Public Methods

Method Description
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

Method Details

GetAddress() public method

public GetAddress ( ) : string
return string

GetAtom() public method

public GetAtom ( int index ) : Atom
index int
return Atom

PopAtom() public method

public PopAtom ( ) : Atom
return Atom

PushAtom() public method

public PushAtom ( Atom atom ) : void
atom Atom
return void

PushAtom() public method

public PushAtom ( byte value ) : void
value byte
return void

PushAtom() public method

public PushAtom ( double value ) : void
value double
return void

PushAtom() public method

public PushAtom ( float value ) : void
value float
return void

PushAtom() public method

public PushAtom ( int value ) : void
value int
return void

PushAtom() public method

public PushAtom ( long value ) : void
value long
return void

PushAtom() public method

public PushAtom ( string value ) : void
value string
return void

Reset() public method

public Reset ( ) : void
return void

SetAddress() public method

public SetAddress ( string address ) : void
address string
return void

SetAtom() public method

public SetAtom ( int index, byte value ) : void
index int
value byte
return void

SetAtom() public method

public SetAtom ( int index, float value ) : void
index int
value float
return void

SetAtom() public method

public SetAtom ( int index, int value ) : void
index int
value int
return void

SetAtom() public method

public SetAtom ( int index, string value ) : void
index int
value string
return void

ToMessage() public method

public ToMessage ( ) : Message
return Message