C# Class OSC.NET.OSCBundle

OSCBundle
Inheritance: OSCPacket
Show file Open project: Ractiv/touch_plus_source_code Class Usage Examples

Public Methods

Method Description
Append ( object value ) : void
IsBundle ( ) : bool
OSCBundle ( ) : System
OSCBundle ( long ts ) : System
Unpack ( byte bytes, int &start, int end ) : OSCBundle
getTimeStamp ( ) : long

Protected Methods

Method Description
pack ( ) : void

Method Details

Append() public method

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

IsBundle() public method

public IsBundle ( ) : bool
return bool

OSCBundle() public method

public OSCBundle ( ) : System
return System

OSCBundle() public method

public OSCBundle ( long ts ) : System
ts long
return System

Unpack() public static method

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

getTimeStamp() public method

public getTimeStamp ( ) : long
return long

pack() protected method

protected pack ( ) : void
return void