ConfigureService

class ConfigureService(val conf: UFServiceConfiguration) : Communication.V1.In

Class use to build a message to configure the service

See also

Constructors

Link copied to clipboard
fun ConfigureService(conf: UFServiceConfiguration)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun toMessage(): Message

Convert the object to the corresponding android.os.Message instance.

Properties

Link copied to clipboard
val conf: UFServiceConfiguration

the service configuration

Link copied to clipboard
val id: Int