Remote Interface
Remote API
fastrpc_domains_info Struct Reference

#include <remote.h>

Public Attributes

fastrpc_domaindomains
 
int max_domains
 
int num_domains
 
uint64_t flags
 

Member Data Documentation

◆ domains

fastrpc_domain* fastrpc_domains_info::domains
Parameters

◆ flags

uint64_t fastrpc_domains_info::flags
Parameters
[in]Bit-mask for the type of request, to be populated by client. Bits 0-4 : Type of domains to be queried of 'fastrpc_domain_type'. Only domains of this type will be returned in the 'domains' array. To get list of all available domains, use 'ALL_DOMAINS' type. Other bits reserved for future use.

◆ max_domains

int fastrpc_domains_info::max_domains
Parameters
[in]Size of the 'domains' array allocated by user. This has to be greater than or equal to the actual number of available domains. To query number of domains first, pass 0 in this field.

◆ num_domains

int fastrpc_domains_info::num_domains
Parameters
[out]This field will be populated with the total number of available domains. While reading the domains-info in the array, read only until 'num_domains' elements.

The documentation for this struct was generated from the following file: