gettelemetryserverResult Structure Definition

The gettelemetryserverResult structure defines the return type for gettelemetryserver API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

telemetryserverList

List of telemetryservers


telemetryserver Structure Definition

The telemetryserver structure defines the actual return type values for gettelemetryserver API.

Syntax



Members

name

Name for the telemetry server.

name2

Name for the telemetry server. Must begin with an ASCII alphabetic or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Can not be changed once the server is created.

ipaddress

IPv4 or IPv6 address of the telemetry server. All the telemetry related data is sent to this IP

port

Port on which the telemetry server listens.

_nextgenapiresource


See Also