axis-discovery-ssdp
Version:
A Node.js SSDP (UPnP) client library written in TypeScript capable of searching for Axis Communication cameras.
17 lines • 534 B
TypeScript
/// <reference types="node" />
/**
* Class describing the wish to discover available services on a network. A
* response to such search request is sent via unicast addressing to the
* originating address and port number of the multicast request.
*/
export declare class MSearch {
/**
* The M-SEARCH payload for searching for Axis devices on the network.
*/
private static Payload;
/**
* Converts the M-SEARCH request into a buffer.
*/
toBuffer(): Buffer;
}
//# sourceMappingURL=MSearch.d.ts.map