C# Class HoloToolkit.Sharing.NetworkInMessage

Inheritance: global::System.IDisposable
Afficher le fichier Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetSize() public méthode

public GetSize ( ) : int
Résultat int

GetUnreadBitsCount() public méthode

public GetUnreadBitsCount ( ) : int
Résultat int

ReadArray() public méthode

public ReadArray ( byte data, uint arrayLength ) : void
data byte
arrayLength uint
Résultat void

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadFloat() public méthode

public ReadFloat ( ) : float
Résultat float

ReadInt16() public méthode

public ReadInt16 ( ) : short
Résultat short

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadInt64() public méthode

public ReadInt64 ( ) : long
Résultat long

ReadString() public méthode

public ReadString ( ) : XString
Résultat XString

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool