// Token: 0x06000C53 RID: 3155 RVA: 0x0003F718 File Offset: 0x0003D918 public int SetBootConsoleID(string consoleID, CCAPI.IdType Type = CCAPI.IdType.IDPS) { string text = string.Empty; if (consoleID.Length >= 32) { text = consoleID.Substring(0, 32); } return(this.SetBootConsoleID(CCAPI.StringToByteArray(consoleID), Type)); }
// Token: 0x06000C55 RID: 3157 RVA: 0x0003F778 File Offset: 0x0003D978 public int ResetBootConsoleID(CCAPI.IdType Type = CCAPI.IdType.IDPS) { return(this.setBootConsoleIds((int)Type, 0, null)); }
// Token: 0x06000C54 RID: 3156 RVA: 0x0003F758 File Offset: 0x0003D958 public int SetBootConsoleID(byte[] consoleID, CCAPI.IdType Type = CCAPI.IdType.IDPS) { return(this.setBootConsoleIds((int)Type, 1, consoleID)); }