Class DiscoveryFactory
java.lang.Object
com.flir.thermalsdk.live.discovery.DiscoveryFactory
Client class for scanning for FLIR cameras
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DiscoveryFactory
boolean
boolean
isDiscovering
(@NotNull CommunicationInterface communicationInterface) void
scan
(@NotNull DiscoveryEventListener listener, @NotNull CommunicationInterface... communicationInterfaces) void
scan
(@NotNull DiscoveryEventListener listener, @Nullable CameraType limitDiscoveryToCameraType, @NotNull CommunicationInterface... communicationInterfaces) void
stop()
void
stop
(@NotNull CommunicationInterface... communicationInterfaces)
-
Field Details
-
START_SCAN_NULL_LISTENER_ERROR_MSG
- See Also:
-
START_SCAN_NULL_IF_ERROR_MSG
- See Also:
-
TAG
-
-
Constructor Details
-
DiscoveryFactory
-
-
Method Details
-
getInstance
-
scan
public void scan(@NotNull @NotNull DiscoveryEventListener listener, @Nullable @Nullable CameraType limitDiscoveryToCameraType, @NotNull @NotNull CommunicationInterface... communicationInterfaces) -
scan
public void scan(@NotNull @NotNull DiscoveryEventListener listener, @NotNull @NotNull CommunicationInterface... communicationInterfaces) -
isDiscovering
-
isDiscovering
public boolean isDiscovering() -
stop
-
stop
public void stop()
-