Structures

The following structures are available globally.

  • A member of DALI

    The user object contains as much data as is allowed to a general client by the api

    See more

    Declaration

    Swift

    public struct DALIMember : Equatable
  • A simple struct to store information

    TODO: Write this 😀

    Declaration

    Swift

    public struct DALIProject
  • An object that allows the user to control socket observations.

    You receive an object of this class when you observe some data. You may use this object to close the observation when you are done. The observation will automatically be closed when the app terminates, and the socket will be temporarily suspended when the app goes into the background.

    See more

    Declaration

    Swift

    public struct Observation