This was probably due to a copy & paste error when adapting the BcmCanMessage class. The Frames field in BcmCanMessage has to be a field so that the MarshalAsAttribute can be applied, but this is not the case for Frame within the BcmCanSingleMessage class.
This was probably due to a copy & paste error when adapting the
BcmCanMessage
class. TheFrames
field inBcmCanMessage
has to be a field so that the MarshalAsAttribute can be applied, but this is not the case forFrame
within theBcmCanSingleMessage
class.