Content
Summary
This document provides information about the AJA VTECS remote control protocol implementation for VSM.
| Status of Driver | |
|---|
| Component for Driver | |
|---|
| Release (Build) of Component | vsmGadgetserver 5.4.x or newer (since 2016) |
|---|
| Revision of Implementation | 1.0 |
|---|
| Name/Type of 3rd Party API | TCP/IP |
|---|
| Version of 3rd Party API | 5005 |
|---|
| Additional 3rd Party information |
|
|---|
Connection
| Connection Type | TCP/ IP |
|---|
| Default Port | 12345 |
|---|
Supported Features
All device parameters are provided in a gadget tree.
The device reports its complete structure immediately when a new client connects to it. This structure is used to generate the gadget tree, which can then be used to control the device.
Supported Commands
| get | Requests the value of a parameter. |
|---|
| set | Sets the value of a parameter. |
|---|
Configuration Details
The protocol requires no further configuration.
Known Issues
There are currently no issues with the implementation
Related Articles