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