CArclib::ArcSetMacAddr

The ArcSetMacAddr method updates the RAID subsystem MAC (Media Access Control) address if Ethernet supported.

 

virtual ARC_STATUS ArcSetMacAddr (

char *MacAddress

);

Parameters:

[IN]

MacAddress: An array contains MAC address.

Return Values

This method returns the ARC_STATUS.

Note:

The length of MacAddress must == 6 bytes.

 

Example of input MAC address:

char mac[6] = { 0x00, 0x04, 0xD9, 0x60, 0x00, 0x00 }