Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
ReceiveData ( ENUM_CMD r_TxCmd, byte &r_btData ) : bool | ||
SendData ( byte btData ) : bool |
Method | Description | |
---|---|---|
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 | |
return | ushort |
public API_UpdataComplete ( ) : System.Result | ||
return | System.Result |
public API_UpdataEnterUpdateMode ( ) : System.Result | ||
return | System.Result |
public API_UpdataGetVersion ( MacBootLoaderVersion &r_Version ) : System.Result | ||
r_Version | MacBootLoaderVersion | |
return | System.Result |
public API_UpdataSendUpdateData ( |
||
r_strcData | ||
return | System.Result |
protected ReceiveData ( ENUM_CMD r_TxCmd, byte &r_btData ) : bool | ||
r_TxCmd | ENUM_CMD | |
r_btData | byte | |
return | bool |