 | ZWManagerGetAllScenes Method |
[Missing <summary> documentation for "M:OpenZWave.ZWManager.GetAllScenes(System.Byte[])"]
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic byte GetAllScenes(
byte[] sceneIds
)
Public Function GetAllScenes (
<OutAttribute> sceneIds As Byte()
) As Byte
public:
virtual unsigned char GetAllScenes(
[OutAttribute] array<unsigned char>^ sceneIds
) sealed
Parameters
- sceneIds
- Type: SystemByte
[Missing <param name="sceneIds"/> documentation for "M:OpenZWave.ZWManager.GetAllScenes(System.Byte[])"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:OpenZWave.ZWManager.GetAllScenes(System.Byte[])"]
See Also