AnimatedLEDStripServer

class AnimatedLEDStripServer<T : NativeLEDStrip>(args: Array<String>, ledClass: KClass<T>, pixelLocations: List<Location>?)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
open fun hashCode(): Int
start
Link copied to clipboard
fun start(): AnimatedLEDStripServer<T>
Start the server
stop
Link copied to clipboard
fun stop()
Stop the server
toString
Link copied to clipboard
open fun toString(): String
open fun toString(): String

Properties

httpServer
Link copied to clipboard
val httpServer: NettyApplicationEngine
leds
Link copied to clipboard
val leds: LEDStrip

Extensions

parseOptions
Link copied to clipboard
fun AnimatedLEDStripServer<*>.parseOptions(args: Array<String>)
waitUntilStop
Link copied to clipboard
fun AnimatedLEDStripServer<*>.waitUntilStop()