C# 클래스 SharpOSC.OscPacket

파일 보기 프로젝트 열기: ValdemarOrn/SharpOSC 1 사용 예제들

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
GetPacket ( byte OscData ) : OscPacket

보호된 메소드들

메소드 설명
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 ( Midi value ) : byte[]
setRGBA ( RGBA value ) : byte[]
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 ) : Midi
getRGBA ( byte msg, int index ) : RGBA
getString ( byte msg, int index ) : string
getTypes ( byte msg, int index ) : char[]
getULong ( byte msg, int index ) : System.UInt64
parseBundle ( byte bundle ) : OscBundle

Takes in an OSC bundle package in byte form and parses it into a more usable OscBundle object

parseMessage ( byte msg ) : OscMessage

Takes in an OSC bundle package in byte form and parses it into a more usable OscBundle object

메소드 상세

GetBytes() 공개 추상적인 메소드

public abstract GetBytes ( ) : byte[]
리턴 byte[]

GetPacket() 공개 정적인 메소드

public static GetPacket ( byte OscData ) : OscPacket
OscData byte
리턴 OscPacket

setBlob() 보호된 정적인 메소드

protected static setBlob ( byte value ) : byte[]
value byte
리턴 byte[]

setChar() 보호된 정적인 메소드

protected static setChar ( char value ) : byte[]
value char
리턴 byte[]

setDouble() 보호된 정적인 메소드

protected static setDouble ( double value ) : byte[]
value double
리턴 byte[]

setFloat() 보호된 정적인 메소드

protected static setFloat ( float value ) : byte[]
value float
리턴 byte[]

setInt() 보호된 정적인 메소드

protected static setInt ( int value ) : byte[]
value int
리턴 byte[]

setLong() 보호된 정적인 메소드

protected static setLong ( System.Int64 value ) : byte[]
value System.Int64
리턴 byte[]

setMidi() 보호된 정적인 메소드

protected static setMidi ( Midi value ) : byte[]
value Midi
리턴 byte[]

setRGBA() 보호된 정적인 메소드

protected static setRGBA ( RGBA value ) : byte[]
value RGBA
리턴 byte[]

setString() 보호된 정적인 메소드

protected static setString ( string value ) : byte[]
value string
리턴 byte[]

setULong() 보호된 정적인 메소드

protected static setULong ( System.UInt64 value ) : byte[]
value System.UInt64
리턴 byte[]