C# Class SM.SMPDataEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: jrowberg/bglib

Public Properties

Property Type Description
data Byte[]
handle Byte
packet Byte

Public Methods

Method Description
SMPDataEventArgs ( Byte handle, Byte packet, Byte data )

Method Details

SMPDataEventArgs() public method

public SMPDataEventArgs ( Byte handle, Byte packet, Byte data )
handle Byte
packet Byte
data Byte

Property Details

data public_oe property

public Byte[] data
return Byte[]

handle public_oe property

public Byte handle
return Byte

packet public_oe property

public Byte packet
return Byte