StatusChecker Constructor |
http://www.emgu.com
Create a status checker
Namespace:
Emgu.TF
Assembly:
Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntaxpublic StatusChecker(
Status status
)
Public Sub New (
status As Status
)
public:
StatusChecker(
Status^ status
)
new :
status : Status -> StatusChecker
Parameters
- status
- Type: Emgu.TFStatus
The status to be check, if null, one will be created
See Also