C# Class ATTClient.GroupFoundEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: jrowberg/bglib

Méthodes publiques

Свойство Type Description
connection Byte
end UInt16
start UInt16
uuid Byte[]

Méthodes publiques

Méthode Description
GroupFoundEventArgs ( Byte connection, UInt16 start, UInt16 end, Byte uuid )

Method Details

GroupFoundEventArgs() public méthode

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

Property Details

connection public_oe property

public Byte connection
Résultat Byte

end public_oe property

public UInt16 end
Résultat UInt16

start public_oe property

public UInt16 start
Résultat UInt16

uuid public_oe property

public Byte[] uuid
Résultat Byte[]