C# Class RaumfeldNET.UPNP.CpContentDirectory_OhNet_Raumfeld

Inheritance: CpContentDirectory
Afficher le fichier Open project: stoennies/raumwiese Class Usage Examples

Protected Properties

Свойство Type Description
contentDirectory OpenHome.Net.ControlPoint.Proxies.CpProxyUpnpOrgContentDirectory1
device OpenHome.Net.ControlPoint.CpDevice

Méthodes publiques

Méthode Description
AddContainerToQueue ( System QueueId, System ContainerId, System SourceId, System SearchCriteria, System SortCriteria, System StartIndex, System EndIndex, System Position, object _Tag, delegate_OnResult_AddContainerToQueue _Sink ) : void
AddContainerToQueueSync ( System QueueId, System ContainerId, System SourceId, System SearchCriteria, System SortCriteria, System StartIndex, System EndIndex, System Position ) : void
AddItemToQueue ( System QueueId, System ObjectId, System Position, object _Tag, delegate_OnResult_AddItemToQueue _Sink ) : void
AddItemToQueueSync ( System QueueId, System ObjectId, System Position ) : void
Browse ( System ContainerID, System Filter, System StartingIndex, System RequestedCount, System SortCriteria, object _Tag, delegate_OnResult_Browse _Sink ) : void
BrowseSync ( System ContainerID, System Filter, System StartingIndex, System RequestedCount, System SortCriteria, System &result, uint &aNumberReturned, uint &aTotalMatches, uint &aUpdateID ) : void
BrowseSyncMeta ( System ContainerID, System Filter, System StartingIndex, System RequestedCount, System SortCriteria, System &result, uint &aNumberReturned, uint &aTotalMatches, uint &aUpdateID ) : void
CpContentDirectory_OhNet_Raumfeld ( OpenHome _device ) : System
CreateQueueSync ( System _desiredName, System _containerId, System &_givenName, System &_queueId, System &_metaData ) : void
DestroyObjectSync ( System _ObjectID ) : void
MoveInQueue ( System ObjectID, System NewPosition, object _Tag, delegate_OnResult_MoveInQueue _Sink ) : void
RemoveFromQueue ( System _queueId, uint _fromPos, uint _toPos, object _Tag, delegate_OnResult_RemoveFromQueue _Sink ) : void
RemoveFromQueueSync ( System _queueId, uint _fromPos, uint _toPos, uint &_containerUpdateID ) : void
RenameQueueSync ( System queueId, String _desiredName, String &_givenName ) : void
ResultAddContainerToQueueSink ( IntPtr aAsyncHandle, Object _tag ) : void
ResultAddItemToQueueSink ( IntPtr aAsyncHandle, Object _tag ) : void
ResultBrowseSink ( IntPtr aPtr, Object _tag ) : void
ResultMoveInQueueSink ( IntPtr aAsyncHandle, Object _tag ) : void
Search ( System ContainerID, System SearchCriteria, System Filter, System StartingIndex, System RequestedCount, System SortCriteria, object _Tag, delegate_OnResult_Search _Sink ) : void
SearchSync ( System ContainerID, System SearchCriteria, System Filter, System StartingIndex, System RequestedCount, System SortCriteria, System &result, uint &aNumberReturned, uint &aTotalMatches, uint &aUpdateID ) : void
Shuffle ( System ContainerID, System SearchCriteria, object _Tag, delegate_OnResult_Search _Sink ) : void
ShuffleSync ( System ContainerID, System SearchCriteria, String &playlistId, String &playlistMetaData ) : void
getDeviceUdn ( ) : String

Méthodes protégées

Méthode Description
ContainerUpdateIDsSink ( ) : void
ResultRemoveFromQueueSink ( IntPtr aPtr, Object _tag ) : void
ResultSearchSink ( IntPtr aPtr, Object _tag ) : void
ResultShuffleSink ( IntPtr aPtr, Object _tag ) : void

Method Details

AddContainerToQueue() public méthode

public AddContainerToQueue ( System QueueId, System ContainerId, System SourceId, System SearchCriteria, System SortCriteria, System StartIndex, System EndIndex, System Position, object _Tag, delegate_OnResult_AddContainerToQueue _Sink ) : void
QueueId System
ContainerId System
SourceId System
SearchCriteria System
SortCriteria System
StartIndex System
EndIndex System
Position System
_Tag object
_Sink delegate_OnResult_AddContainerToQueue
Résultat void

AddContainerToQueueSync() public méthode

public AddContainerToQueueSync ( System QueueId, System ContainerId, System SourceId, System SearchCriteria, System SortCriteria, System StartIndex, System EndIndex, System Position ) : void
QueueId System
ContainerId System
SourceId System
SearchCriteria System
SortCriteria System
StartIndex System
EndIndex System
Position System
Résultat void

AddItemToQueue() public méthode

public AddItemToQueue ( System QueueId, System ObjectId, System Position, object _Tag, delegate_OnResult_AddItemToQueue _Sink ) : void
QueueId System
ObjectId System
Position System
_Tag object
_Sink delegate_OnResult_AddItemToQueue
Résultat void

AddItemToQueueSync() public méthode

public AddItemToQueueSync ( System QueueId, System ObjectId, System Position ) : void
QueueId System
ObjectId System
Position System
Résultat void

Browse() public méthode

public Browse ( System ContainerID, System Filter, System StartingIndex, System RequestedCount, System SortCriteria, object _Tag, delegate_OnResult_Browse _Sink ) : void
ContainerID System
Filter System
StartingIndex System
RequestedCount System
SortCriteria System
_Tag object
_Sink delegate_OnResult_Browse
Résultat void

BrowseSync() public méthode

public BrowseSync ( System ContainerID, System Filter, System StartingIndex, System RequestedCount, System SortCriteria, System &result, uint &aNumberReturned, uint &aTotalMatches, uint &aUpdateID ) : void
ContainerID System
Filter System
StartingIndex System
RequestedCount System
SortCriteria System
result System
aNumberReturned uint
aTotalMatches uint
aUpdateID uint
Résultat void

BrowseSyncMeta() public méthode

public BrowseSyncMeta ( System ContainerID, System Filter, System StartingIndex, System RequestedCount, System SortCriteria, System &result, uint &aNumberReturned, uint &aTotalMatches, uint &aUpdateID ) : void
ContainerID System
Filter System
StartingIndex System
RequestedCount System
SortCriteria System
result System
aNumberReturned uint
aTotalMatches uint
aUpdateID uint
Résultat void

ContainerUpdateIDsSink() protected méthode

protected ContainerUpdateIDsSink ( ) : void
Résultat void

CpContentDirectory_OhNet_Raumfeld() public méthode

public CpContentDirectory_OhNet_Raumfeld ( OpenHome _device ) : System
_device OpenHome
Résultat System

CreateQueueSync() public méthode

public CreateQueueSync ( System _desiredName, System _containerId, System &_givenName, System &_queueId, System &_metaData ) : void
_desiredName System
_containerId System
_givenName System
_queueId System
_metaData System
Résultat void

DestroyObjectSync() public méthode

public DestroyObjectSync ( System _ObjectID ) : void
_ObjectID System
Résultat void

MoveInQueue() public méthode

public MoveInQueue ( System ObjectID, System NewPosition, object _Tag, delegate_OnResult_MoveInQueue _Sink ) : void
ObjectID System
NewPosition System
_Tag object
_Sink delegate_OnResult_MoveInQueue
Résultat void

RemoveFromQueue() public méthode

public RemoveFromQueue ( System _queueId, uint _fromPos, uint _toPos, object _Tag, delegate_OnResult_RemoveFromQueue _Sink ) : void
_queueId System
_fromPos uint
_toPos uint
_Tag object
_Sink delegate_OnResult_RemoveFromQueue
Résultat void

RemoveFromQueueSync() public méthode

public RemoveFromQueueSync ( System _queueId, uint _fromPos, uint _toPos, uint &_containerUpdateID ) : void
_queueId System
_fromPos uint
_toPos uint
_containerUpdateID uint
Résultat void

RenameQueueSync() public méthode

public RenameQueueSync ( System queueId, String _desiredName, String &_givenName ) : void
queueId System
_desiredName String
_givenName String
Résultat void

ResultAddContainerToQueueSink() public méthode

public ResultAddContainerToQueueSink ( IntPtr aAsyncHandle, Object _tag ) : void
aAsyncHandle System.IntPtr
_tag Object
Résultat void

ResultAddItemToQueueSink() public méthode

public ResultAddItemToQueueSink ( IntPtr aAsyncHandle, Object _tag ) : void
aAsyncHandle System.IntPtr
_tag Object
Résultat void

ResultBrowseSink() public méthode

public ResultBrowseSink ( IntPtr aPtr, Object _tag ) : void
aPtr System.IntPtr
_tag Object
Résultat void

ResultMoveInQueueSink() public méthode

public ResultMoveInQueueSink ( IntPtr aAsyncHandle, Object _tag ) : void
aAsyncHandle System.IntPtr
_tag Object
Résultat void

ResultRemoveFromQueueSink() protected méthode

protected ResultRemoveFromQueueSink ( IntPtr aPtr, Object _tag ) : void
aPtr System.IntPtr
_tag Object
Résultat void

ResultSearchSink() protected méthode

protected ResultSearchSink ( IntPtr aPtr, Object _tag ) : void
aPtr System.IntPtr
_tag Object
Résultat void

ResultShuffleSink() protected méthode

protected ResultShuffleSink ( IntPtr aPtr, Object _tag ) : void
aPtr System.IntPtr
_tag Object
Résultat void

Search() public méthode

public Search ( System ContainerID, System SearchCriteria, System Filter, System StartingIndex, System RequestedCount, System SortCriteria, object _Tag, delegate_OnResult_Search _Sink ) : void
ContainerID System
SearchCriteria System
Filter System
StartingIndex System
RequestedCount System
SortCriteria System
_Tag object
_Sink delegate_OnResult_Search
Résultat void

SearchSync() public méthode

public SearchSync ( System ContainerID, System SearchCriteria, System Filter, System StartingIndex, System RequestedCount, System SortCriteria, System &result, uint &aNumberReturned, uint &aTotalMatches, uint &aUpdateID ) : void
ContainerID System
SearchCriteria System
Filter System
StartingIndex System
RequestedCount System
SortCriteria System
result System
aNumberReturned uint
aTotalMatches uint
aUpdateID uint
Résultat void

Shuffle() public méthode

public Shuffle ( System ContainerID, System SearchCriteria, object _Tag, delegate_OnResult_Search _Sink ) : void
ContainerID System
SearchCriteria System
_Tag object
_Sink delegate_OnResult_Search
Résultat void

ShuffleSync() public méthode

public ShuffleSync ( System ContainerID, System SearchCriteria, String &playlistId, String &playlistMetaData ) : void
ContainerID System
SearchCriteria System
playlistId String
playlistMetaData String
Résultat void

getDeviceUdn() public méthode

public getDeviceUdn ( ) : String
Résultat String

Property Details

contentDirectory protected_oe property

protected CpProxyUpnpOrgContentDirectory1,OpenHome.Net.ControlPoint.Proxies contentDirectory
Résultat OpenHome.Net.ControlPoint.Proxies.CpProxyUpnpOrgContentDirectory1

device protected_oe property

protected CpDevice,OpenHome.Net.ControlPoint device
Résultat OpenHome.Net.ControlPoint.CpDevice