C# Class OSC.NET.OSCMessage

OSCMessage
Inheritance: OSCPacket
Afficher le fichier Open project: Ractiv/touch_plus_source_code Class Usage Examples

Protected Properties

Свойство Type Description
typeTag string

Méthodes publiques

Méthode Description
Append ( object value ) : void
IsBundle ( ) : bool
OSCMessage ( string address ) : System
OSCMessage ( string address, object value ) : System
Unpack ( byte bytes, int &start ) : OSCMessage

Méthodes protégées

Méthode Description
AppendTag ( char type ) : void
pack ( ) : void

Method Details

Append() public méthode

public Append ( object value ) : void
value object
Résultat void

AppendTag() protected méthode

protected AppendTag ( char type ) : void
type char
Résultat void

IsBundle() public méthode

public IsBundle ( ) : bool
Résultat bool

OSCMessage() public méthode

public OSCMessage ( string address ) : System
address string
Résultat System

OSCMessage() public méthode

public OSCMessage ( string address, object value ) : System
address string
value object
Résultat System

Unpack() public static méthode

public static Unpack ( byte bytes, int &start ) : OSCMessage
bytes byte
start int
Résultat OSCMessage

pack() protected méthode

protected pack ( ) : void
Résultat void

Property Details

typeTag protected_oe property

protected string typeTag
Résultat string