C# Class VRapper.OVR.TrackerSensors

Afficher le fichier Open project: Entroper/VRapper

Méthodes publiques

Свойство Type Description
LastCommandID ushort
MagX short
SampleCount byte
Samples VRapper.OVR.TrackerSample[]
Temperature short
Timestamp ushort

Méthodes publiques

Méthode Description
TrackerSensors ( byte buffer ) : System

Private Methods

Méthode Description
UnpackSensor ( byte buffer, int i ) : void

Method Details

TrackerSensors() public méthode

public TrackerSensors ( byte buffer ) : System
buffer byte
Résultat System

Property Details

LastCommandID public_oe property

public ushort LastCommandID
Résultat ushort

MagX public_oe property

public short MagX
Résultat short

SampleCount public_oe property

public byte SampleCount
Résultat byte

Samples public_oe property

public TrackerSample[],VRapper.OVR Samples
Résultat VRapper.OVR.TrackerSample[]

Temperature public_oe property

public short Temperature
Résultat short

Timestamp public_oe property

public ushort Timestamp
Résultat ushort