| FrequencyToneDetectorDetect Method  | 
            Detect a specified frequency
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic void Detect(
	int frequency,
	int timeout
)
Public Sub Detect ( 
	frequency As Integer,
	timeout As Integer
)
public:
void Detect(
	int frequency, 
	int timeout
)
member Detect : 
        frequency : int * 
        timeout : int -> unit 
Parameters
- frequency
 - Type: SystemInt32
What kind of frequencies you want to detect (how many Hz) - timeout
 - Type: SystemInt32
How long to wait and try to detect the specified frequency 
See Also