Skip navigation links
C G I R U V W 

C

com.senter.function.openapi.unstable - package com.senter.function.openapi.unstable
 

G

getNewInstance(Rs485.Rs485BitRate, Rs485.Rs485CharSize, Rs485.Rs485Parity, Rs485.Rs485StopBits) - Static method in class com.senter.function.openapi.unstable.Rs485
get instance with the specified arguments

I

init() - Method in class com.senter.function.openapi.unstable.Rs485
Initialize
isInitialized() - Method in class com.senter.function.openapi.unstable.Rs485
Is device initialized

R

read() - Method in class com.senter.function.openapi.unstable.Rs485
Try to read data
Rs485 - Class in com.senter.function.openapi.unstable
Main class of Rs485
Rs485.Rs485BitRate - Enum in com.senter.function.openapi.unstable
Baud rate
Rs485.Rs485CharSize - Enum in com.senter.function.openapi.unstable
Data bit
Rs485.Rs485Parity - Enum in com.senter.function.openapi.unstable
Parity bit
Rs485.Rs485StopBits - Enum in com.senter.function.openapi.unstable
Stop bit

U

uninit() - Method in class com.senter.function.openapi.unstable.Rs485
Close the device, if you want to use again, you need to generate a new Rs485 instance ,see Rs485.getNewInstance(...)

V

valueOf(String) - Static method in enum com.senter.function.openapi.unstable.Rs485.Rs485BitRate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.senter.function.openapi.unstable.Rs485.Rs485CharSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.senter.function.openapi.unstable.Rs485.Rs485Parity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.senter.function.openapi.unstable.Rs485.Rs485StopBits
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.senter.function.openapi.unstable.Rs485.Rs485BitRate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.senter.function.openapi.unstable.Rs485.Rs485CharSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.senter.function.openapi.unstable.Rs485.Rs485Parity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.senter.function.openapi.unstable.Rs485.Rs485StopBits
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(byte[]) - Method in class com.senter.function.openapi.unstable.Rs485
Send data
C G I R U V W 
Skip navigation links