C# Class System.EndpointRXEventArgs

Inheritance: EventArgs
Mostra file Open project: jrowberg/bglib

Public Properties

Property Type Description
data Byte[]
result UInt16

Public Methods

Method Description
EndpointRXEventArgs ( UInt16 result, Byte data )

Method Details

EndpointRXEventArgs() public method

public EndpointRXEventArgs ( UInt16 result, Byte data )
result UInt16
data Byte

Property Details

data public_oe property

public Byte[] data
return Byte[]

result public_oe property

public UInt16,System result
return UInt16