Method | Description | |
---|---|---|
GetBytes ( ) : byte[] | ||
GetPacket ( byte OscData ) : |
Method | Description | |
---|---|---|
setBlob ( byte value ) : byte[] | ||
setChar ( char value ) : byte[] | ||
setDouble ( double value ) : byte[] | ||
setFloat ( float value ) : byte[] | ||
setInt ( int value ) : byte[] | ||
setLong ( System.Int64 value ) : byte[] | ||
setMidi ( |
||
setRGBA ( |
||
setString ( string value ) : byte[] | ||
setULong ( System.UInt64 value ) : byte[] |
Method | Description | |
---|---|---|
getAddress ( byte msg, int index ) : string | ||
getBlob ( byte msg, int index ) : byte[] | ||
getChar ( byte msg, int index ) : char | ||
getDouble ( byte msg, int index ) : double | ||
getFloat ( byte msg, int index ) : float | ||
getInt ( byte msg, int index ) : int | ||
getLong ( byte msg, int index ) : System.Int64 | ||
getMidi ( byte msg, int index ) : |
||
getRGBA ( byte msg, int index ) : |
||
getString ( byte msg, int index ) : string | ||
getTypes ( byte msg, int index ) : char[] | ||
getULong ( byte msg, int index ) : System.UInt64 | ||
parseBundle ( byte bundle ) : |
Takes in an OSC bundle package in byte form and parses it into a more usable OscBundle object
|
|
parseMessage ( byte msg ) : |
Takes in an OSC bundle package in byte form and parses it into a more usable OscBundle object
|
public static GetPacket ( byte OscData ) : |
||
OscData | byte | |
return |
protected static setBlob ( byte value ) : byte[] | ||
value | byte | |
return | byte[] |
protected static setChar ( char value ) : byte[] | ||
value | char | |
return | byte[] |
protected static setDouble ( double value ) : byte[] | ||
value | double | |
return | byte[] |
protected static setFloat ( float value ) : byte[] | ||
value | float | |
return | byte[] |
protected static setInt ( int value ) : byte[] | ||
value | int | |
return | byte[] |
protected static setLong ( System.Int64 value ) : byte[] | ||
value | System.Int64 | |
return | byte[] |
protected static setMidi ( |
||
value | ||
return | byte[] |
protected static setRGBA ( |
||
value | ||
return | byte[] |
protected static setString ( string value ) : byte[] | ||
value | string | |
return | byte[] |
protected static setULong ( System.UInt64 value ) : byte[] | ||
value | System.UInt64 | |
return | byte[] |