animatedledstrip-client / animatedledstrip.client / AnimationSenderFactory / create

create

fun create(ipAddress: String = "10.0.0.254", port: Int = 5, connectAttemptLimit: Int = 5): AnimationSender

Create a new AnimationSender

Parameters

ipAddress - The IP of the server

port - The port of the server

connectAttemptLimit - The number of times to attempt a connection before giving up

Return
The new AnimationSender