메소드 | 설명 | |
---|---|---|
GetBytes ( ) : byte[] | ||
GetPacket ( byte OscData ) : |
메소드 | 설명 | |
---|---|---|
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[] |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 |
protected static setLong ( System.Int64 value ) : byte[] | ||
value | System.Int64 | |
리턴 | byte[] |
protected static setULong ( System.UInt64 value ) : byte[] | ||
value | System.UInt64 | |
리턴 | byte[] |