IProfileSetProfileXML Method
Set an entire device profile
Namespace: ASCOM.Utilities.InterfacesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
void SetProfileXML(
string deviceId,
string xml
)
Sub SetProfileXML (
deviceId As String,
xml As String
)
void SetProfileXML(
String^ deviceId,
String^ xml
)
Parameters
- deviceId String
- The ProgID of the device
- xml String
- An XML encoding of the profile
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.