C# Class HoloToolkit.Sharing.NetworkInMessage

Inheritance: global::System.IDisposable
Datei anzeigen Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
GetSize ( ) : int
GetUnreadBitsCount ( ) : int
ReadArray ( byte data, uint arrayLength ) : void
ReadByte ( ) : byte
ReadDouble ( ) : double
ReadFloat ( ) : float
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadString ( ) : XString

Private Methods

Method Description
NetworkInMessage ( global cPtr, bool cMemoryOwn )
getCPtr ( NetworkInMessage obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetSize() public method

public GetSize ( ) : int
return int

GetUnreadBitsCount() public method

public GetUnreadBitsCount ( ) : int
return int

ReadArray() public method

public ReadArray ( byte data, uint arrayLength ) : void
data byte
arrayLength uint
return void

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadDouble() public method

public ReadDouble ( ) : double
return double

ReadFloat() public method

public ReadFloat ( ) : float
return float

ReadInt16() public method

public ReadInt16 ( ) : short
return short

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadInt64() public method

public ReadInt64 ( ) : long
return long

ReadString() public method

public ReadString ( ) : XString
return XString

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool