ICameraServerOnAuthenticationRequired Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool OnAuthenticationRequired(
ICameraClient client,
RtspMethod method
)
Function OnAuthenticationRequired (
client As ICameraClient,
method As RtspMethod
) As Boolean
bool OnAuthenticationRequired(
ICameraClient^ client,
RtspMethod method
)
abstract OnAuthenticationRequired :
client : ICameraClient *
method : RtspMethod -> bool
Parameters
- client
- Type: Ozeki.CameraICameraClient
- method
- Type: Ozeki.CameraRtspMethod
Return Value
Type:
BooleanSee Also