commonMain.com.seanproctor.onvifcamera.DiscoveredDevice.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of onvifcamera-jvm Show documentation
Show all versions of onvifcamera-jvm Show documentation
A Kotlin library to interact with ONVIF cameras.
The newest version!
package com.seanproctor.onvifcamera
public data class DiscoveredOnvifDevice(
val id: String,
val types: List,
val scopes: List,
val addresses: List,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy