C# Class Osc.Parser

Exibir arquivo Open project: keijiro/unity-touchosc-test

Public Methods

Method Description
FeedData ( Byte data ) : void
Parser ( ) : System
PopMessage ( ) : Message

Private Methods

Method Description
ReadBlob ( ) : Byte[]
ReadFloat32 ( ) : float
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadMessage ( ) : void
ReadString ( ) : string

Method Details

FeedData() public method

public FeedData ( Byte data ) : void
data Byte
return void

Parser() public method

public Parser ( ) : System
return System

PopMessage() public method

public PopMessage ( ) : Message
return Message