C# Class osc.net.MessageBuilder

Afficher le fichier Open project: daniel-bytes/osc.net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetAddress ( ) : string
Résultat string

GetAtom() public méthode

public GetAtom ( int index ) : Atom
index int
Résultat Atom

PopAtom() public méthode

public PopAtom ( ) : Atom
Résultat Atom

PushAtom() public méthode

public PushAtom ( Atom atom ) : void
atom Atom
Résultat void

PushAtom() public méthode

public PushAtom ( byte value ) : void
value byte
Résultat void

PushAtom() public méthode

public PushAtom ( double value ) : void
value double
Résultat void

PushAtom() public méthode

public PushAtom ( float value ) : void
value float
Résultat void

PushAtom() public méthode

public PushAtom ( int value ) : void
value int
Résultat void

PushAtom() public méthode

public PushAtom ( long value ) : void
value long
Résultat void

PushAtom() public méthode

public PushAtom ( string value ) : void
value string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetAddress() public méthode

public SetAddress ( string address ) : void
address string
Résultat void

SetAtom() public méthode

public SetAtom ( int index, byte value ) : void
index int
value byte
Résultat void

SetAtom() public méthode

public SetAtom ( int index, float value ) : void
index int
value float
Résultat void

SetAtom() public méthode

public SetAtom ( int index, int value ) : void
index int
value int
Résultat void

SetAtom() public méthode

public SetAtom ( int index, string value ) : void
index int
value string
Résultat void

ToMessage() public méthode

public ToMessage ( ) : Message
Résultat Message