C# Class VRapper.OVR.TrackerSensors

Exibir arquivo Open project: Entroper/VRapper

Public Properties

Property Type Description
LastCommandID ushort
MagX short
SampleCount byte
Samples VRapper.OVR.TrackerSample[]
Temperature short
Timestamp ushort

Public Methods

Method Description
TrackerSensors ( byte buffer ) : System

Private Methods

Method Description
UnpackSensor ( byte buffer, int i ) : void

Method Details

TrackerSensors() public method

public TrackerSensors ( byte buffer ) : System
buffer byte
return System

Property Details

LastCommandID public_oe property

public ushort LastCommandID
return ushort

MagX public_oe property

public short MagX
return short

SampleCount public_oe property

public byte SampleCount
return byte

Samples public_oe property

public TrackerSample[],VRapper.OVR Samples
return VRapper.OVR.TrackerSample[]

Temperature public_oe property

public short Temperature
return short

Timestamp public_oe property

public ushort Timestamp
return ushort