C# 클래스 LazerTagHostLibrary.IRPacket

파일 보기 프로젝트 열기: afaucher/LazerTagHost 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
data System.UInt16
number_of_bits System.UInt16
packet_type PacketType

공개 메소드들

메소드 설명
IRPacket ( PacketType packet_type, UInt16 data, UInt16 number_of_bits ) : System

메소드 상세

IRPacket() 공개 메소드

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

프로퍼티 상세

data 공개적으로 프로퍼티

public UInt16,System data
리턴 System.UInt16

number_of_bits 공개적으로 프로퍼티

public UInt16,System number_of_bits
리턴 System.UInt16

packet_type 공개적으로 프로퍼티

public PacketType packet_type
리턴 PacketType