메소드 | 설명 | |
---|---|---|
API_OpenDevice ( ) : bool | ||
API_OtherCrc16 ( byte buf, uint uiOffset, ushort bit_length ) : ushort | ||
API_UpdataComplete ( ) : System.Result | ||
API_UpdataEnterUpdateMode ( ) : System.Result | ||
API_UpdataGetVersion ( MacBootLoaderVersion &r_Version ) : System.Result | ||
API_UpdataReset ( ) : System.Result | ||
API_UpdataSendUpdateData ( |
||
Interface ( ) : System | ||
LinkDevice ( ) : bool |
메소드 | 설명 | |
---|---|---|
ReceiveData ( ENUM_CMD r_TxCmd, byte &r_btData ) : bool | ||
SendData ( byte btData ) : bool |
메소드 | 설명 | |
---|---|---|
API_OtherCrc32 ( uint r_uiSum, byte r_buf, uint r_uiOffset, uint r_uiLen ) : uint | ||
UpdatedataCRC ( byte r_buf, ushort r_size ) : ushort | ||
calc_crctable ( uint r_poly, int r_size ) : void |
public API_OtherCrc16 ( byte buf, uint uiOffset, ushort bit_length ) : ushort | ||
buf | byte | |
uiOffset | uint | |
bit_length | ushort | |
리턴 | ushort |
public API_UpdataEnterUpdateMode ( ) : System.Result | ||
리턴 | System.Result |
public API_UpdataGetVersion ( MacBootLoaderVersion &r_Version ) : System.Result | ||
r_Version | MacBootLoaderVersion | |
리턴 | System.Result |
public API_UpdataSendUpdateData ( |
||
r_strcData | ||
리턴 | System.Result |
protected ReceiveData ( ENUM_CMD r_TxCmd, byte &r_btData ) : bool | ||
r_TxCmd | ENUM_CMD | |
r_btData | byte | |
리턴 | bool |