MCAEmotiv.Interop.EmotivHeadset.SetMarker C# (CSharp) Method

SetMarker() public method

Sets the headset's marker
public SetMarker ( int marker ) : void
marker int
return void
        public void SetMarker(int marker)
        {
            lock (this.Lock)
                this.engine.DataSetMarker((uint)this.userID, (this.lastMarker = marker));
        }