C# Class ATTClient.GroupFoundEventArgs

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

Public Properties

Property Type Description
connection Byte
end UInt16
start UInt16
uuid Byte[]

Public Methods

Method Description
GroupFoundEventArgs ( Byte connection, UInt16 start, UInt16 end, Byte uuid )

Method Details

GroupFoundEventArgs() public method

public GroupFoundEventArgs ( Byte connection, UInt16 start, UInt16 end, Byte uuid )
connection Byte
start System.UInt16
end System.UInt16
uuid Byte

Property Details

connection public property

public Byte connection
return Byte

end public property

public UInt16 end
return UInt16

start public property

public UInt16 start
return UInt16

uuid public property

public Byte[] uuid
return Byte[]