#include <end_station.h>
Public Member Functions | |
| virtual AVDECC_CONTROLLER_LIB32_API const char STDCALL | get_connection_status () const =0 |
| virtual AVDECC_CONTROLLER_LIB32_API uint64_t STDCALL | guid ()=0 |
| virtual AVDECC_CONTROLLER_LIB32_API uint64_t STDCALL | mac ()=0 |
| virtual AVDECC_CONTROLLER_LIB32_API uint32_t STDCALL | entity_desc_count ()=0 |
| virtual AVDECC_CONTROLLER_LIB32_API entity_descriptor *STDCALL | get_entity_desc_by_index (uint32_t entity_desc_index)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API int STDCALL | send_read_desc_cmd (void *notification_id, uint16_t desc_type, uint16_t desc_index)=0 |
| virtual AVDECC_CONTROLLER_LIB32_API int STDCALL | send_entity_avail_cmd (void *notification_id)=0 |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Send a ENTITY_AVAILABLE command to verify that an AVDECC Entity is still available and responding to commands.
| notification_id | A void pointer to the unique identifier associated with the command. |
|
pure virtual |
Send a READ_DESCRIPTOR command to read a descriptor from an AVDECC Entity. Reading a descriptor can be performed by any AVDECC Controller even when the AVDECC Entityis locked or acquired as the act of reading the descriptor does not affect the AVDECC Entity state.
| notification_id | A void pointer to the unique identifier associated with the command. |
| desc_type | The type of the descriptor to be read by the command. |
| desc_index | The index of the descriptor to be read by the command. |
1.8.5