bindService()

The serviceLib.bindService() system function dynamically binds a service-access variable to a service-client binding. For an overview of service-client bindings, see “Service access in EGL.” For an example of dynamic binding, see “Binding an access variable dynamically.”

Syntax

accessVariable = serviceLib.bindService(bindingKey STRING in)
accessVariable
The name of the service-access variable. The type is STRING.
bindingKey
The value of the name field in a service-client binding.

Feedback