Table of Contents

Class EnposeApi

Namespace
Enpose
Assembly
Enpose.Api.dll

Entry point of the Enpose .NET binding: device discovery on the local network. Connect to a discovered device with PoseStream.

public static class EnposeApi
Inheritance
EnposeApi
Inherited Members

Methods

Discover()

Discover Enpose devices on the local network.

public static IReadOnlyList<DeviceInfo> Discover()

Returns

IReadOnlyList<DeviceInfo>

One entry per device, empty if none are found.

Exceptions

EnposeException

Discovery failed (e.g. an I/O error).

DllNotFoundException

The enpose_api shared library could not be located; see the binding's README for the search order.