Delegate PDUBytesHandler
Delegate for passing byte array
Namespace: FellowOakDicom.Network
Assembly: fo-dicom.core.dll
Syntax
public delegate void PDUBytesHandler(byte[] unsupportedBytes);
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | unsupportedBytes | byte array to be passed to the delegate. |