IPCameraInfoSetAttributes Method (Boolean) |
Enables or disables the ONVIF discovery mode.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void SetAttributes(
bool discoverable
)
Public Sub SetAttributes (
discoverable As Boolean
)
public:
void SetAttributes(
bool discoverable
)
member SetAttributes :
discoverable : bool -> unit
Parameters
- discoverable
- Type: SystemBoolean
See Also