yumapro  25.10-1
YumaPro SDK
Loading...
Searching...
No Matches
agt_not_rcvrparms_t Struct Reference

receiver instance entry parameter block used by various subscribe APIs each API will ignore unused parameters More...

#include <agt_not.h>

Data Fields

op_editop_t editop
 edit operation
 
boolean is_establish
 is_establish flag to help match existing APIs
 
const xmlChar * name
 receiver name
 
const xmlChar * remote_address
 remote-address is inet:host
 
uint16 remote_port
 remote-port is inet:port-number
 
boolean remote_port_set
 make sure not to use 0 unless really set
 
const xmlChar * local_address
 optional local-address is inet:host
 
uint16 local_port
 optional local-port is inet:port-number
 
boolean local_port_set
 make sure not to use 0 unless really set
 
boolean enable_segmentation
 enable-segmentation leaf if udp-notif
 
boolean enable_segmentation_set
 make sure not to use false unless really set
 
uint16 max_segment_size
 max-segment-size if udp-notif
 
boolean max_segment_size_set
 make sure not to use 0 unless really set
 

Detailed Description

receiver instance entry parameter block used by various subscribe APIs each API will ignore unused parameters

This is not intended for storage of these parameters so the string and struct pointers are const. The values will be strduped as needed or just used within the API function call

Parameters are from UDP case /subscriptions/receiver-instances/receiver-instance/transport-type/ udp-notif/udp-notif-receiver

parameters do not need to persist past COMMIT phase function call


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