IProfileGetProfileXML Method

Read an entire device profile

Definition

Namespace: ASCOM.Utilities.Interfaces
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
string GetProfileXML(
	string deviceId
)

Parameters

deviceId  String
The ProgID of the device

Return Value

String
Device profile encoded in XML

Remarks

This is not implemented and returns a MethodNotImplemented exception, it will be implemented in a future update. An XML schema will also be made available to support this method.

Exceptions

MethodNotImplementedExceptionThis method will be implemented in a future update

See Also