public interface Settings
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) |
byte[] systemTitle()
int challengeLength()
int responseTimeout()
int clientId()
int logicalDeviceId()
int physicalDeviceId()
void updateAuthenticationKey(byte[] authenticationKey)
void updateGlobalEncryptionKey(byte[] globalEncryptionKey)
SecuritySuite securitySuite()
ReferencingMethod referencingMethod()
RawMessageListener rawMessageListener()
int hdlcMaxInformationLength()