Klasse NetworkSIDDevice

java.lang.Object
server.netsiddev.NetworkSIDDevice

public class NetworkSIDDevice extends Object
  • Felddetails

  • Konstruktordetails

    • NetworkSIDDevice

      public NetworkSIDDevice()
  • Methodendetails

    • getSidCount

      public static byte getSidCount()
      Gets the number of known configurations.
      Gibt zurück:
      The number of known SID configurations.
    • getSidName

      protected static String getSidName(int sidNum)
      Return the name of the requested SID.
      Parameter:
      sidNum - The SID to get the name of.
      Gibt zurück:
      SID name string
    • getSidConfig

      protected static SIDChip getSidConfig(int sidNumber)
      Construct the SID object suite.
      Parameter:
      sidNumber -
    • getSidModel

      protected static ChipModel getSidModel(int sidNumber)
      Get SID model.
      Parameter:
      sidNumber -
    • start

      public void start(boolean createIniFileIfNotExists)
    • printErrorAndExit

      protected void printErrorAndExit(Exception e)
    • main

      public static void main(String[] args)