Namespace: Domia
Assembly: HarmonyAPI (in HarmonyAPI.dll)
Assembly: HarmonyAPI (in HarmonyAPI.dll)
Syntax
| C# |
|---|
public delegate void DeviceIconReceivedEventHandler( string FileName, byte[] FileByteArray ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub DeviceIconReceivedEventHandler ( _ FileName As String, _ FileByteArray As Byte() _ ) |
| Visual C++ |
|---|
public delegate void DeviceIconReceivedEventHandler ( String^ FileName, array<unsigned char>^ FileByteArray ) |
Parameters
- FileName
- String
- FileByteArray
- array<Byte>[]()
See Also
Domia Namespace








