IProfileSetProfileXML Method

Set an entire device profile

Definition

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

Parameters

deviceId  String
The ProgID of the device
xml  String
An XML encoding of the profile

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