A
B
C
D
E
F
G
I
N
O
P
R
S
T
U
W
B
- bitfield(java.lang.Byte) - function in de.jnkconsulting.e3dc.easyrscp.frame.DataBuilder
- Sets the value as Byte and the data type to DataType.BITFIELD.
- bool(java.lang.Boolean) - function in de.jnkconsulting.e3dc.easyrscp.frame.DataBuilder
- Sets the value as Boolean and the data type to DataType.BOOL.
- BouncyCastleAESCipher - class in de.jnkconsulting.e3dc.easyrscp.crypt
- Instance of AESCipher that uses BouncyCastle for implementation.
- BouncyCastleAESCipherFactory - class in de.jnkconsulting.e3dc.easyrscp.crypt
- Simple factory for BouncyCastleAESCipher instances.
- build() - function in de.jnkconsulting.e3dc.easyrscp.frame.DataBuilder
- Creates a Data objects based on the configured data.
- build() - function in de.jnkconsulting.e3dc.easyrscp.frame.FrameBuilder
- Creates a new frame based on the previously configured parameters
- buildCipher() - function in de.jnkconsulting.e3dc.easyrscp.crypt.BouncyCastleAESCipherFactory
- buildCipherFactory() - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- Returns either the instance of AESCipherFactory set by withCipherFactory or creates a new one of type BouncyCastleAESCipherFactory.
- buildConnectionData() - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- Creates a new instance with the configured connection data
- buildConnectionFactory() - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- Creates a new HomePowerPlantConnectionFactory instance.
- buildConnectionPool() - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- Returns either the instance of a ConnectionPool set by withConnectionPool or creates a new one of type SingleInstanceConnectionPool.
- buildSocketFactory() - function in de.jnkconsulting.e3dc.easyrscp.connection.ConnectionBuilder
- Either returns the instance of a SocketFactory previously set by withSocketFactory or creates a new one of type DefaultSocketFactory.
- bytearray(kotlin.ByteArray) - function in de.jnkconsulting.e3dc.easyrscp.frame.DataBuilder
- Sets the value as ByteArray and the data type to DataType.BYTEARRAY.