This method decrypts and/or uncompresses received data.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
byte[] transformReceiveData( DOFInterfaceID interfaceID, byte[] data )
Parameters
- interfaceID
- Type: org.opendof.core.oalDOFInterfaceID
This identifies the interface that the data relates to. - data
- Type: SystemByte
This is the encrypted and/or compressed data.
Return Value
Type: ByteThe decrypted/uncompressed data.
Exceptions
Exception | Condition |
---|---|
DOFErrorException | If unable to apply the DataTransform. |
DOFErrorException |
Remarks
See Also