View Single Post
  #1  
Old 03-11-2011, 07:03 AM
webdev webdev is offline
Senior Member
 
Join Date: Jun 2009
Posts: 7,868
Default How can I change this code to C# as "Struct"

Olaylar= record 1024Bytes = array[0..1023] of byte; OnRx: procedure(const RxBfr: 1024Bytes; const DataLen: word); stdcall; OnTx: procedure(const TxBfr: 1024Bytes; const DataLen: word); stdcall; end;
__________________
Website Development
Domain Name Forum
Reply With Quote