Multicast
public struct Multicast : OwnedInstanceProtocol
This struct describes a Multicast profile capability.
-
This is us.
Declaration
Swift
public let owner: RVS_ONVIF! -
This is the multicast IP address
Declaration
Swift
public let ipAddress: RVS_IPAddress! -
If autostarting, this is true.
Declaration
Swift
public let autoStart: Bool -
This is the TCP port for multicasting.
Declaration
Swift
public let port: Int -
Time to live 0-255.
Declaration
Swift
public let ttl: DateComponents
View on GitHub
Multicast Structure Reference