Versions in this module Expand all Collapse all v1 v1.5.1 May 14, 2026 v1.5.0 May 13, 2026 Changes in this version + const DefaultBMCPort + type BMC struct + Credential *credential.Credential + IP net.IP + MAC net.HardwareAddr + Port int + func New(mac string, ip string, cred *credential.Credential) (*BMC, error) + func NewFromAddr(mac net.HardwareAddr, ip net.IP, cred *credential.Credential) (*BMC, error) + func (b *BMC) GetCredential() *credential.Credential + func (b *BMC) GetIP() net.IP + func (b *BMC) GetMAC() net.HardwareAddr + func (b *BMC) GetPort() int + func (b *BMC) SetCredential(cred *credential.Credential) + func (b *BMC) SetIP(ip string) error + func (b *BMC) SetPort(port int)