Table of Contents

Class Reader

Namespace
OSC
Assembly
Turing.iView.Encoder.dll
public static class Reader
Inheritance
Reader
Inherited Members

Methods

ParseBlob(byte[], ref int)

public static byte[] ParseBlob(byte[] buf, ref int pos)

Parameters

buf byte[]
pos int

Returns

byte[]

ParseFloat(byte[], ref int)

public static float ParseFloat(byte[] buf, ref int pos)

Parameters

buf byte[]
pos int

Returns

float

ParseInt(byte[], ref int)

public static int ParseInt(byte[] buf, ref int pos)

Parameters

buf byte[]
pos int

Returns

int

ParseString(byte[], ref int)

public static string ParseString(byte[] buf, ref int pos)

Parameters

buf byte[]
pos int

Returns

string

ParseTimetag(byte[], ref int)

public static ulong ParseTimetag(byte[] buf, ref int pos)

Parameters

buf byte[]
pos int

Returns

ulong