C# Class LazerTagHostLibrary.IRPacket

Afficher le fichier Open project: afaucher/LazerTagHost Class Usage Examples

Méthodes publiques

Свойство Type Description
data System.UInt16
number_of_bits System.UInt16
packet_type PacketType

Méthodes publiques

Méthode Description
IRPacket ( PacketType packet_type, UInt16 data, UInt16 number_of_bits ) : System

Method Details

IRPacket() public méthode

public IRPacket ( PacketType packet_type, UInt16 data, UInt16 number_of_bits ) : System
packet_type PacketType
data System.UInt16
number_of_bits System.UInt16
Résultat System

Property Details

data public_oe property

public UInt16,System data
Résultat System.UInt16

number_of_bits public_oe property

public UInt16,System number_of_bits
Résultat System.UInt16

packet_type public_oe property

public PacketType packet_type
Résultat PacketType