![]() |
VOOZH | about |
dotnet add package NEXCODE.Caffeine.Robotics.Abstractions --version 2.1.8
NuGet\Install-Package NEXCODE.Caffeine.Robotics.Abstractions -Version 2.1.8
<PackageReference Include="NEXCODE.Caffeine.Robotics.Abstractions" Version="2.1.8" />
<PackageVersion Include="NEXCODE.Caffeine.Robotics.Abstractions" Version="2.1.8" />Directory.Packages.props
<PackageReference Include="NEXCODE.Caffeine.Robotics.Abstractions" />Project file
paket add NEXCODE.Caffeine.Robotics.Abstractions --version 2.1.8
#r "nuget: NEXCODE.Caffeine.Robotics.Abstractions, 2.1.8"
#:package NEXCODE.Caffeine.Robotics.Abstractions@2.1.8
#addin nuget:?package=NEXCODE.Caffeine.Robotics.Abstractions&version=2.1.8Install as a Cake Addin
#tool nuget:?package=NEXCODE.Caffeine.Robotics.Abstractions&version=2.1.8Install as a Cake Tool
Robotics Abstractions for Caffeine AI-Native IIoT Edge Platform — Device Interfaces, Capabilities, Safety, CQRS Contracts.
dotnet add package Caffeine.Robotics.Abstractions
IRoboticDevice — unified interface for AGV, drone, and robotic arm devicesICapabilityProvider)ISafetyInterlock)using Caffeine.Robotics.Abstractions;
public class MyAgvDriver : IRoboticDevice
{
public string DeviceId => "agv-001";
public DeviceCapabilities Capabilities =>
DeviceCapabilities.Navigation | DeviceCapabilities.Manipulation;
public Task<DeviceStatus> GetStatusAsync(CancellationToken ct = default)
=> Task.FromResult(DeviceStatus.Idle);
public Task ExecuteCommandAsync(IRoboticCommand command, CancellationToken ct = default)
=> Task.CompletedTask;
}
Commercial License - NEXCODE (c) 2025-2026
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.