C# Class Flash.ReadDataEventArgs

Inheritance: System.EventArgs
Show file Open project: jrowberg/bglib

Public Properties

Property Type Description
data Byte[]

Public Methods

Method Description
ReadDataEventArgs ( Byte data )

Method Details

ReadDataEventArgs() public method

public ReadDataEventArgs ( Byte data )
data Byte

Property Details

data public property

public Byte[] data
return Byte[]