Api.Setting.Camera

  • This class is base class for camera device settings. Sub classes of this class are used to handle camera device settings.

    See more

    Declaration

    Swift

    public class CameraDeviceSetting: Hashable, CustomStringConvertible
  • This class is base class for camera device settings about device interface. Sub classes of this class are used to handle device interface settings.

    Declaration

    Swift

    public class DeviceInterfaceSetting: CameraDeviceSetting
  • Key

    This class for setting of wireless password.

    See more

    Declaration

    Swift

    public final class Key: WLANSetting
  • This class for setting of wireless network name (SSID).

    See more

    Declaration

    Swift

    public final class SSID: WLANSetting
  • This class is base class for camera device settings about wlan. Sub classes of this class are used to handle wlan settings.

    Declaration

    Swift

    public class WLANSetting: DeviceInterfaceSetting