C# Class HoloToolkit.Sharing.AnchorDownloadRequest

Inheritance: global::System.IDisposable
显示文件 Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
GetAnchorName ( ) : XString
GetData ( byte data, int dataSize ) : bool
GetDataSize ( ) : int
GetRoom ( ) : Room

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetAnchorName() public method

public GetAnchorName ( ) : XString
return XString

GetData() public method

public GetData ( byte data, int dataSize ) : bool
data byte
dataSize int
return bool

GetDataSize() public method

public GetDataSize ( ) : int
return int

GetRoom() public method

public GetRoom ( ) : Room
return Room

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool