C# 클래스 com.ReinforceLab.iPhone.Controls.AlphaRexRemoteController.BTStackWrapper

파일 보기 프로젝트 열기: reinforce-lab/com.ReinforceLab.MonoTouch.Controls 1 사용 예제들

공개 메소드들

메소드 설명
IsCommandCompleteEvent ( byte packet, HCICommands command ) : bool
readBt16 ( byte buffer, int pos ) : UInt16
readBt24 ( byte buffer, int pos ) : UInt32
readBt32 ( byte buffer, int pos ) : UInt32

비공개 메소드들

메소드 설명
bt_close ( ) : int
bt_open ( ) : int
bt_register_packet_handler ( BtStackPacketCallback handler ) : void
bt_send_cmd ( HCICommands &cmd, Byte arg1, byte arg2, byte arg3, UInt16 arg4 ) : int
bt_send_cmd ( HCICommands &cmd, UInt32 arg1, byte arg2, byte arg3 ) : int
bt_send_cmd ( HCICommands &cmd, byte arg1 ) : int
run_loop_execute ( ) : void
run_loop_init ( RUN_LOOP_TYPE type ) : void

메소드 상세

IsCommandCompleteEvent() 공개 정적인 메소드

public static IsCommandCompleteEvent ( byte packet, HCICommands command ) : bool
packet byte
command HCICommands
리턴 bool

readBt16() 공개 정적인 메소드

public static readBt16 ( byte buffer, int pos ) : UInt16
buffer byte
pos int
리턴 System.UInt16

readBt24() 공개 정적인 메소드

public static readBt24 ( byte buffer, int pos ) : UInt32
buffer byte
pos int
리턴 System.UInt32

readBt32() 공개 정적인 메소드

public static readBt32 ( byte buffer, int pos ) : UInt32
buffer byte
pos int
리턴 System.UInt32