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