Interface IIpDevice
public interface IIpDevice : IDevice, IImageSettings, IPtz
- Inherited Members
Properties
Client
ICameraGrpcClient Client { get; }
Property Value
- ICameraGrpcClient
IpAddress
IPAddress IpAddress { get; }
Property Value
Methods
GetXu(Guid, uint, CancellationToken)
Task<Result<byte[]>> GetXu(Guid guid, uint control, CancellationToken ct = default)
Parameters
guid
Guidcontrol
uintct
CancellationToken
Returns
SetXu(Guid, uint, byte[], CancellationToken)
Task<Result> SetXu(Guid guid, uint control, byte[] payload, CancellationToken ct = default)
Parameters
guid
Guidcontrol
uintpayload
byte[]ct
CancellationToken