Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Must be called for each class instance. Must be called before Core.Library.Close().
|
|
EnablePropertyAttributes ( ) : void |
Enable the Attributes property.
|
|
EnablePropertyAudio ( ) : void |
Enable the Audio property.
|
|
EnablePropertyMetadata ( ) : void |
Enable the Metadata property.
|
|
EnablePropertyPresentationUrl ( ) : void |
Enable the PresentationUrl property.
|
|
EnablePropertyStatus ( ) : void |
Enable the Status property.
|
|
PropertyAttributes ( ) : string |
Get a copy of the value of the Attributes property Can only be called if EnablePropertyAttributes has previously been called. |
|
PropertyAudio ( ) : bool |
Get a copy of the value of the Audio property Can only be called if EnablePropertyAudio has previously been called. |
|
PropertyMetadata ( ) : string |
Get a copy of the value of the Metadata property Can only be called if EnablePropertyMetadata has previously been called. |
|
PropertyPresentationUrl ( ) : string |
Get a copy of the value of the PresentationUrl property Can only be called if EnablePropertyPresentationUrl has previously been called. |
|
PropertyStatus ( ) : string |
Get a copy of the value of the Status property Can only be called if EnablePropertyStatus has previously been called. |
|
SetPropertyAttributes ( string aValue ) : bool |
Set the value of the Attributes property Can only be called if EnablePropertyAttributes has previously been called. |
|
SetPropertyAudio ( bool aValue ) : bool |
Set the value of the Audio property Can only be called if EnablePropertyAudio has previously been called. |
|
SetPropertyMetadata ( string aValue ) : bool |
Set the value of the Metadata property Can only be called if EnablePropertyMetadata has previously been called. |
|
SetPropertyPresentationUrl ( string aValue ) : bool |
Set the value of the PresentationUrl property Can only be called if EnablePropertyPresentationUrl has previously been called. |
|
SetPropertyStatus ( string aValue ) : bool |
Set the value of the Status property Can only be called if EnablePropertyStatus has previously been called. |
Метод | Описание | |
---|---|---|
Attributes ( IDvInvocation aInvocation, string &aValue ) : void |
Attributes action. Will be called when the device stack receives an invocation of the Attributes action for the owning device. Must be implemented iff EnableActionAttributes was called. |
|
Audio ( IDvInvocation aInvocation, bool &aValue ) : void |
Audio action. Will be called when the device stack receives an invocation of the Audio action for the owning device. Must be implemented iff EnableActionAudio was called. |
|
DvProviderAvOpenhomeOrgSender1 ( DvDevice aDevice ) : System |
Constructor
|
|
EnableActionAttributes ( ) : void |
Signal that the action Attributes is supported. The action's availability will be published in the device's service.xml. Attributes must be overridden if this is called. |
|
EnableActionAudio ( ) : void |
Signal that the action Audio is supported. The action's availability will be published in the device's service.xml. Audio must be overridden if this is called. |
|
EnableActionMetadata ( ) : void |
Signal that the action Metadata is supported. The action's availability will be published in the device's service.xml. Metadata must be overridden if this is called. |
|
EnableActionPresentationUrl ( ) : void |
Signal that the action PresentationUrl is supported. The action's availability will be published in the device's service.xml. PresentationUrl must be overridden if this is called. |
|
EnableActionStatus ( ) : void |
Signal that the action Status is supported. The action's availability will be published in the device's service.xml. Status must be overridden if this is called. |
|
Metadata ( IDvInvocation aInvocation, string &aValue ) : void |
Metadata action. Will be called when the device stack receives an invocation of the Metadata action for the owning device. Must be implemented iff EnableActionMetadata was called. |
|
PresentationUrl ( IDvInvocation aInvocation, string &aValue ) : void |
PresentationUrl action. Will be called when the device stack receives an invocation of the PresentationUrl action for the owning device. Must be implemented iff EnableActionPresentationUrl was called. |
|
Status ( IDvInvocation aInvocation, string &aValue ) : void |
Status action. Will be called when the device stack receives an invocation of the Status action for the owning device. Must be implemented iff EnableActionStatus was called. |
Метод | Описание | |
---|---|---|
DoAttributes ( IntPtr aPtr, IntPtr aInvocation ) : int | ||
DoAudio ( IntPtr aPtr, IntPtr aInvocation ) : int | ||
DoMetadata ( IntPtr aPtr, IntPtr aInvocation ) : int | ||
DoPresentationUrl ( IntPtr aPtr, IntPtr aInvocation ) : int | ||
DoStatus ( IntPtr aPtr, IntPtr aInvocation ) : int |
protected Attributes ( IDvInvocation aInvocation, string &aValue ) : void | ||
aInvocation | IDvInvocation | Interface allowing querying of aspects of this particular action invocation. |
aValue | string | |
Результат | void |
protected Audio ( IDvInvocation aInvocation, bool &aValue ) : void | ||
aInvocation | IDvInvocation | Interface allowing querying of aspects of this particular action invocation. |
aValue | bool | |
Результат | void |
protected DvProviderAvOpenhomeOrgSender1 ( DvDevice aDevice ) : System | ||
aDevice | DvDevice | Device which owns this provider |
Результат | System |
protected EnableActionAttributes ( ) : void | ||
Результат | void |
protected EnableActionPresentationUrl ( ) : void | ||
Результат | void |
public EnablePropertyAttributes ( ) : void | ||
Результат | void |
public EnablePropertyPresentationUrl ( ) : void | ||
Результат | void |
protected Metadata ( IDvInvocation aInvocation, string &aValue ) : void | ||
aInvocation | IDvInvocation | Interface allowing querying of aspects of this particular action invocation. |
aValue | string | |
Результат | void |
protected PresentationUrl ( IDvInvocation aInvocation, string &aValue ) : void | ||
aInvocation | IDvInvocation | Interface allowing querying of aspects of this particular action invocation. |
aValue | string | |
Результат | void |
public PropertyPresentationUrl ( ) : string | ||
Результат | string |
public SetPropertyAttributes ( string aValue ) : bool | ||
aValue | string | New value for the property |
Результат | bool |
public SetPropertyAudio ( bool aValue ) : bool | ||
aValue | bool | New value for the property |
Результат | bool |
public SetPropertyMetadata ( string aValue ) : bool | ||
aValue | string | New value for the property |
Результат | bool |
public SetPropertyPresentationUrl ( string aValue ) : bool | ||
aValue | string | New value for the property |
Результат | bool |
public SetPropertyStatus ( string aValue ) : bool | ||
aValue | string | New value for the property |
Результат | bool |
protected Status ( IDvInvocation aInvocation, string &aValue ) : void | ||
aInvocation | IDvInvocation | Interface allowing querying of aspects of this particular action invocation. |
aValue | string | |
Результат | void |