C# Class OSC.NET.OSCMessage

OSCMessage
Inheritance: OSCPacket
Mostrar archivo Open project: Ractiv/touch_plus_source_code Class Usage Examples

Protected Properties

Property Type Description
typeTag string

Public Methods

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

Protected Methods

Method Description
AppendTag ( char type ) : void
pack ( ) : void

Method Details

Append() public method

public Append ( object value ) : void
value object
return void

AppendTag() protected method

protected AppendTag ( char type ) : void
type char
return void

IsBundle() public method

public IsBundle ( ) : bool
return bool

OSCMessage() public method

public OSCMessage ( string address ) : System
address string
return System

OSCMessage() public method

public OSCMessage ( string address, object value ) : System
address string
value object
return System

Unpack() public static method

public static Unpack ( byte bytes, int &start ) : OSCMessage
bytes byte
start int
return OSCMessage

pack() protected method

protected pack ( ) : void
return void

Property Details

typeTag protected_oe property

protected string typeTag
return string