protected abstract class ConnectionBuilder.SettingsImpl extends java.lang.Object implements Settings
Constructor and Description |
---|
SettingsImpl(ConnectionBuilder<?> builder) |
Modifier and Type | Method and Description |
---|---|
int |
challengeLength() |
int |
clientId() |
int |
hdlcMaxInformationLength() |
int |
logicalDeviceId() |
int |
physicalDeviceId() |
RawMessageListener |
rawMessageListener() |
ReferencingMethod |
referencingMethod() |
int |
responseTimeout() |
SecuritySuite |
securitySuite() |
byte[] |
systemTitle() |
void |
updateAuthenticationKey(byte[] authenticationKey) |
void |
updateGlobalEncryptionKey(byte[] globalEncryptionKey) |
public SettingsImpl(ConnectionBuilder<?> builder)
public ReferencingMethod referencingMethod()
referencingMethod
in interface Settings
public SecuritySuite securitySuite()
securitySuite
in interface Settings
public int challengeLength()
challengeLength
in interface Settings
public byte[] systemTitle()
systemTitle
in interface Settings
public int responseTimeout()
responseTimeout
in interface Settings
public int logicalDeviceId()
logicalDeviceId
in interface Settings
public int physicalDeviceId()
physicalDeviceId
in interface Settings
public RawMessageListener rawMessageListener()
rawMessageListener
in interface Settings
public void updateAuthenticationKey(byte[] authenticationKey)
updateAuthenticationKey
in interface Settings
public void updateGlobalEncryptionKey(byte[] globalEncryptionKey)
updateGlobalEncryptionKey
in interface Settings
public int hdlcMaxInformationLength()
hdlcMaxInformationLength
in interface Settings