Skip to content

Latest commit

 

History

History
99 lines (58 loc) · 2.05 KB

_config_interfaces_.md

File metadata and controls

99 lines (58 loc) · 2.05 KB

onvif-rx"config/interfaces"

Module: "config/interfaces"

Index

Interfaces

Type aliases

Type aliases

IEncodeBase64

Ƭ IEncodeBase64: function

Defined in config/interfaces.ts:11

Type declaration:

▸ (str: string): string

Parameters:

Name Type
str string

INonce

Ƭ INonce: function

Defined in config/interfaces.ts:13

Type declaration:

▸ (size?: undefined | number): string

Parameters:

Name Type
size? undefined | number

ISha1Digest

Ƭ ISha1Digest: function

Defined in config/interfaces.ts:12

Type declaration:

▸ (str: string): PromiseLike‹string›

Parameters:

Name Type
str string

ITransport

Ƭ ITransport: function

Defined in config/interfaces.ts:10

Type declaration:

▸ (body: string): function

Parameters:

Name Type
body string

▸ (uri: string): Observable‹ITransportPayoad

Parameters:

Name Type
uri string