[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for T:OpenMetaverse.Utilities.VoiceManager.DevicesCallback]
Namespace:
OpenMetaverse.Utilities
Assembly:
OpenMetaverse.Utilities (in OpenMetaverse.Utilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| | | | | | | | | |
| | C# | | | Visual Basic | | | Visual C++ | |
public delegate void DevicesCallback(
int cookie,
int statusCode,
string statusString,
string currentDevice
)
Public Delegate Sub DevicesCallback ( _
cookie As Integer, _
statusCode As Integer, _
statusString As String, _
currentDevice As String _
)
public delegate void DevicesCallback(
int cookie,
int statusCode,
String^ statusString,
String^ currentDevice
)
See Also