Delegate PDUBytesHandler
- Namespace
 - FellowOakDicom.Network
 
- Assembly
 - fo-dicom.core.dll
 
Delegate for passing byte array
public delegate void PDUBytesHandler(byte[] unsupportedBytes)
  Parameters
unsupportedBytesbyte[]byte array to be passed to the delegate.
- Extension Methods