Assembly: sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)
Syntax
| C# |
|---|
public delegate void MsgToViewUIEventHandler( int connID, byte[] msg ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub MsgToViewUIEventHandler ( _ connID As Integer, _ msg As Byte() _ ) |
| Visual C++ |
|---|
public delegate void MsgToViewUIEventHandler( int connID, array<unsigned char>^ msg ) |
Parameters
- connID
- Type: System..::.Int32
- msg
- Type: array<System..::.Byte>[]()[]