TransportParametersUpdate event
Occurs whenever any of a set of transport parameters are updated on the DMR.
Syntax
void TransportParametersUpdate();
Parameters
This event has no parameters.
Return value
This event does not return a value.
Remarks
To handle notifications from this event, register a TransportParametersUpdateHandler event handler function using the add_TransportParametersUpdate method. To unregister the event handler, use the remove_TransportParametersUpdate method.
Community Additions
ADD
Show: