'Declaration Public Function New( _ ByVal idMask As Byte, _ ByVal priority As Byte, _ ByVal handlerMethod As PacketHandlerDelegate _ )
'Usage Dim idMask As Byte Dim priority As Byte Dim handlerMethod As PacketHandlerDelegate Dim instance As New SSHPacketIOManager.PacketHandler(idMask, priority, handlerMethod)
public SSHPacketIOManager.PacketHandler( byte idMask, byte priority, PacketHandlerDelegate handlerMethod )
Parameters
- idMask
- priority
- handlerMethod