IProfileGetProfileXML Method
Read an entire device profile
Namespace: ASCOM.Utilities.InterfacesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
string GetProfileXML(
string deviceId
)
Function GetProfileXML (
deviceId As String
) As String
String^ GetProfileXML(
String^ deviceId
)
- deviceId String
- The ProgID of the device
StringDevice profile encoded in XML
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.