SRanipal Unity SDK  1.3.2.0
SRanipal Unity SDK document
Public Member Functions | List of all members
ViveSR.anipal.SRanipal_API Class Reference

Public Member Functions

static Error Initial (int anipalType, IntPtr config)
 Invokes an anipal module. More...
 
static Error Release (int anipalType)
 Terminates an anipal module. More...
 
static Error GetStatus (int anipalType, out AnipalStatus status)
 Gets the status of an anipal module. More...
 

Member Function Documentation

◆ GetStatus()

static Error ViveSR.anipal.SRanipal_API.GetStatus ( int  anipalType,
out AnipalStatus  status 
)

Gets the status of an anipal module.

Parameters
anipalTypeThe index of an anipal module.
statusThe status of an anipal module.
Returns
Indicates the resulting ViveSR.Error status of this method.

◆ Initial()

static Error ViveSR.anipal.SRanipal_API.Initial ( int  anipalType,
IntPtr  config 
)

Invokes an anipal module.

Parameters
anipalTypeThe index of an anipal module.
configIndicates the resulting ViveSR.Error status of this method.
Returns
Indicates the resulting ViveSR.Error status of this method.

◆ Release()

static Error ViveSR.anipal.SRanipal_API.Release ( int  anipalType)

Terminates an anipal module.

Parameters
anipalTypeThe index of an anipal module.
Returns
Indicates the resulting ViveSR.Error status of this method.