public class NetworkSIDDevice extends Object
Constructor and Description |
---|
NetworkSIDDevice() |
Modifier and Type | Method and Description |
---|---|
protected static SIDChip |
getSidConfig(int sidNumber)
Construct the SID object suite.
|
static byte |
getSidCount()
Gets the number of known configurations.
|
protected static String |
getSidName(int sidNum)
Return the name of the requested SID.
|
static void |
main(String[] args) |
protected void |
printErrorAndExit(Exception e) |
void |
start(boolean createIniFileIfNotExists) |
public static byte getSidCount()
protected static String getSidName(int sidNum)
sidNum
- The SID to get the name of.protected static SIDChip getSidConfig(int sidNumber)
sidNumber
- public void start(boolean createIniFileIfNotExists) throws InterruptedException
InterruptedException
protected void printErrorAndExit(Exception e)
public static void main(String[] args) throws InterruptedException
InterruptedException
Copyright © 2018 Ken Händel. All rights reserved.