C# Class HoloToolkit.Sharing.NetworkOutMessage

Inheritance: global::System.IDisposable
Mostrar archivo Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Reset ( ) : void
Write ( XString value ) : void
Write ( byte value ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( short value ) : void
WriteArray ( byte data, uint length ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Write() public method

public Write ( XString value ) : void
value XString
return void

Write() public method

public Write ( byte value ) : void
value byte
return void

Write() public method

public Write ( double value ) : void
value double
return void

Write() public method

public Write ( float value ) : void
value float
return void

Write() public method

public Write ( int value ) : void
value int
return void

Write() public method

public Write ( long value ) : void
value long
return void

Write() public method

public Write ( short value ) : void
value short
return void

WriteArray() public method

public WriteArray ( byte data, uint length ) : void
data byte
length uint
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool