The ArcSetMacAddr method updates the RAID subsystem MAC (Media Access Control) address if Ethernet supported.
virtual
ARC_STATUS ArcSetMacAddr ( char
*MacAddress ); |
[IN]
MacAddress: An array contains MAC address.
This method returns the ARC_STATUS.
The length of MacAddress
must == 6 bytes.
Example of input MAC address:
char mac[6] = { 0x00,
0x04, 0xD9, 0x60, 0x00, 0x00 }