Table of Contents

Interface IIpDevice

Namespace
Huddly.Sdk
Assembly
Huddly.Sdk.dll
public interface IIpDevice : IDevice, IImageSettings, IPtz
Inherited Members

Properties

Client

ICameraGrpcClient Client { get; }

Property Value

ICameraGrpcClient

IpAddress

IPAddress IpAddress { get; }

Property Value

IPAddress

Methods

GetXu(Guid, uint, CancellationToken)

Task<Result<byte[]>> GetXu(Guid guid, uint control, CancellationToken ct = default)

Parameters

guid Guid
control uint
ct CancellationToken

Returns

Task<Result<byte[]>>

SetXu(Guid, uint, byte[], CancellationToken)

Task<Result> SetXu(Guid guid, uint control, byte[] payload, CancellationToken ct = default)

Parameters

guid Guid
control uint
payload byte[]
ct CancellationToken

Returns

Task<Result>