Show / Hide Table of Contents

Class AddressableLED

Inheritance
Object
AddressableLED
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: WPILib
Assembly: WPILibSharp.dll
Syntax
public class AddressableLED : IDisposable

Constructors

| Improve this Doc View Source

AddressableLED(Int32)

Declaration
public AddressableLED(int port)
Parameters
Type Name Description
Int32 port

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

SetBitTiming(Int32, Int32, Int32, Int32)

Declaration
public void SetBitTiming(int lowTime0NanoSeconds, int highTime0NanoSeconds, int lowTime1NanoSeconds, int highTime1NanoSeconds)
Parameters
Type Name Description
Int32 lowTime0NanoSeconds
Int32 highTime0NanoSeconds
Int32 lowTime1NanoSeconds
Int32 highTime1NanoSeconds
| Improve this Doc View Source

SetData(AddressableLEDData*, Int32)

Declaration
public void SetData(AddressableLEDData*data, int length)
Parameters
Type Name Description
AddressableLEDData* data
Int32 length
| Improve this Doc View Source

SetData(ReadOnlySpan<AddressableLEDData>)

Declaration
public void SetData(ReadOnlySpan<AddressableLEDData> data)
Parameters
Type Name Description
System.ReadOnlySpan<AddressableLEDData> data
| Improve this Doc View Source

SetLength(Int32)

Declaration
public void SetLength(int length)
Parameters
Type Name Description
Int32 length
| Improve this Doc View Source

SetSyncTime(Int32)

Declaration
public void SetSyncTime(int syncTimeMicroSeconds)
Parameters
Type Name Description
Int32 syncTimeMicroSeconds
| Improve this Doc View Source

Start()

Declaration
public void Start()
| Improve this Doc View Source

Stop()

Declaration
public void Stop()

Implements

IDisposable
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet