Show / Hide Table of Contents

Class ChannelBt

Inheritance
System.Object
Channel
ChannelBt
ChannelBtImAcc
ChannelBtImGyro
ChannelBtImMag
ChannelBtImOrientation
ChannelBtImOrientationAccuracy
Inherited Members
Channel.FrameInterval
Channel.Name
Channel.Type
Channel.MaxValue
Channel.MinValue
Channel.SamplesPerFrame
Channel.SampleSize
Channel.SampleRate
Channel.NativeSampleRate
Channel.Unit
Channel.IsBound
Channel.GetScaledSample(Double)
Channel.Id
Channel.Samples
Channel.LostFrameFlag
Channel.ScaledSamples
Channel.AddSample(Double)
Channel.AddLostFrameFlag(Boolean)
Channel.ScaleSamples()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DelsysAPI.Channels.BT
Assembly: DelsysAPI.dll
Syntax
public abstract class ChannelBt : Channel

Constructors

ChannelBt(Int32, Int32, Double, ChannelTypes, Units)

Declaration
protected ChannelBt(int samplesPerFrame, int sampleSize, double frameInterval, ChannelTypes type, Units unit)
Parameters
Type Name Description
System.Int32 samplesPerFrame
System.Int32 sampleSize
System.Double frameInterval
ChannelTypes type
Units unit

Fields

Gain

Declaration
public double Gain
Field Value
Type Description
System.Double
Back to top Generated by DocFX