API .NET¶
Welcome, .NET developers! This section is your central resource for building powerful applications with the ItalaSDK. Whether you are just getting started or are looking for in-depth details on a specific function, you will find the necessary information here.
This section is divided into two main parts:
Code Samples: Practical, ready-to-use examples that demonstrate how to implement key functionalities. These samples are an excellent starting point for understanding core concepts and bootstrapping your own development.
API Reference: A comprehensive and detailed guide to the entire .NET API. Explore namespaces, classes, methods, and data structures to gain a deep understanding of the SDK’s capabilities.
Note
We recommend starting with the code samples to get a feel for how the SDK works in practice. When you need to understand a specific function or class in more detail, dive into the corresponding API reference documentation.
A collection of code samples demonstrating the usage of ItalaApi .NET.
The complete reference documentation for ItalaApi .NET.
- API Reference
- IBase
- IBoolean
- ICategory
- ICommand
- IDefectDetection
- DefectivePixel
- IDevice
- DeviceInfo
- IEnumEntry
- IEnumeration
- IFloat
- IImage
- IInteger
- InterfaceInfo
- ItalaApiNETDefs
- INode
- INodeMap
- PFNC
- PolarComponents
- PolarComponentsColor
- Polarization
- IPort
- IRegister
- ISelector
- ISystem
- StokesVectors
- IString
- ToNETString
- IValue
- Code samples