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