Detected Class |
Namespace: Demo3D.Net
public class Detected
The Detected type exposes the following members.
| Name | Description | |
|---|---|---|
| Message |
Corresponding supporting message (or null).
| |
| Permanent |
The detected state is permanent. Detecting again will always return the same result.
| |
| State |
The detection state.
|
| Name | Description | |
|---|---|---|
| No |
Installation or connection not detected, but might change.
| |
| NoPermanent |
Detected that the installation or connection doesn't and can't exist, and no point asking again.
|
| Name | Description | |
|---|---|---|
| CantDetect |
Neither yes nor no, but no point asking again.
| |
| CantDetectPermanent |
Neither yes nor no, but no point asking again.
| |
| Yes |
Installation or connection detected, but might change.
| |
| YesPermanent |
Installation or connection detected, and no point asking again.
|