PDK API Guide for J721E
Sciserver_SecureProxyTxThreadConfig Struct Reference

Detailed Description

Describes the Secure proxy Writer (tx) thread configuration.

Parameters
host_id- Host ID that will use this thread
thread_id- Secure proxy thread ID
num_credits- The number of credits for Tx thread (aka max number of messages that can be send)
threshold- Threshold for events (optional)
evt_threshold- Event ID to generate for threshold event (optional)
evt_error- Event ID to generate in case of thread error (optional)
rx_thread_instance_id- points to which rx thread configuration index does this transmit to. This is an index to gSciserverSecureProxyRxConfigurations

Data Fields

uint16_t host_id
 
uint16_t thread_id
 
uint8_t num_credits
 
uint8_t threshold
 
uint16_t evt_threshold
 
uint16_t evt_error
 
uint16_t rx_thread_instance_id
 

Field Documentation

◆ host_id

uint16_t Sciserver_SecureProxyTxThreadConfig::host_id

◆ thread_id

uint16_t Sciserver_SecureProxyTxThreadConfig::thread_id

◆ num_credits

uint8_t Sciserver_SecureProxyTxThreadConfig::num_credits

◆ threshold

uint8_t Sciserver_SecureProxyTxThreadConfig::threshold

◆ evt_threshold

uint16_t Sciserver_SecureProxyTxThreadConfig::evt_threshold

◆ evt_error

uint16_t Sciserver_SecureProxyTxThreadConfig::evt_error

◆ rx_thread_instance_id

uint16_t Sciserver_SecureProxyTxThreadConfig::rx_thread_instance_id