C# Class LazerTagHostLibrary.IRPacket

Mostra file Open project: afaucher/LazerTagHost Class Usage Examples

Public Properties

Property Type Description
data System.UInt16
number_of_bits System.UInt16
packet_type PacketType

Public Methods

Method Description
IRPacket ( PacketType packet_type, UInt16 data, UInt16 number_of_bits ) : System

Method Details

IRPacket() public method

public IRPacket ( PacketType packet_type, UInt16 data, UInt16 number_of_bits ) : System
packet_type PacketType
data System.UInt16
number_of_bits System.UInt16
return System

Property Details

data public_oe property

public UInt16,System data
return System.UInt16

number_of_bits public_oe property

public UInt16,System number_of_bits
return System.UInt16

packet_type public_oe property

public PacketType packet_type
return PacketType