Event
public protocol Event
An event passed to a callback.
-
Get the virtual device that is the source of the event
Declaration
Swift
func getVirtualDevice() -> VirtualDeviceReturn Value
the virtual device, never
nil -
Get the name-value pair from the event.
Declaration
Swift
func getNamedValue() -> NamedValueReturn Value
the value, never
nil
Event Protocol Reference