Constructor to initialize the parameters of WriteData
| C# | Visual Basic | Visual C++ |
public WriteData( byte address, ICollection<byte> data )
Public Sub New ( _ address As Byte, _ data As ICollection(Of Byte) _ )
public: WriteData( unsigned char address, ICollection<unsigned char>^ data )
- address (Byte)
- the byte address to start writing to
- data (ICollection<(Of <(Byte>)>))
- the bytes to write