ThePi.ComBeh, ThePi.Impl, ThePi.Port| Modifier and Type | Field and Description |
|---|---|
int |
type
The type.
|
defaultHostGPIO_INP, GPIO_OUT, GPIOmax, GPIOmin, GPIOutM, H1, HI, L0, LO, PI_PUD_DOWN, PI_PUD_DT, PI_PUD_KP, PI_PUD_OFF, PI_PUD_UP, PIN0, PIN00, PIN01, PIN02, PIN04, PIN06, PIN09, PIN0V, PIN1, PIN14, PIN17, PIN2, PIN20, PIN25, PIN3V, PIN4, PIN5V, PIN6, PIN9, PINig, PINix, PIO_ALT0, PIO_ALT1, PIO_ALT2, PIO_ALT3, PIO_ALT4, PIO_ALT5AUTHOR, BLANK_STRING, cons, CONSOL_ENCODING, COPYRIGHT, D, D_NaN, D_NegInf, D_PosInf, EMPTY_INT_A, EMPTY_STRING, FILE_ENCODING, FRW_CLLD, FS, FSS, H, hasCons, HOST_IP, HOST_IPv4, HOST_NAME, INIT_ERROR, JAR_ENCODING, JH, JOB_DONE_OK, JRL, LOG_OUT_ERROR, M, MAIN_THREAD_EXC, NO_BYTES, NO_CLASSES, NO_DOUBLES, NO_OBJECTS, NO_PARS_ERROR, NO_STRINGS, NOT_WINDOWS, ON_PI, ONE_DAY, ONE_HOUR, ONE_LEAP_YEAR, ONE_MINUTE, ONE_SECOND, ONE_WEEK, ONE_YEAR, OS, PROG_NAME, PROG_SHORT, PS, RUNTIME, S, SHY, UD, UL, UL_UR_da, UR| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Equal with other Pi.
|
int |
hashCode()
Hashcode.
|
String |
host()
The Pi's hostname for a pigpiod socket connection.
|
int |
sockP()
The Pi's socket port number for a pigpiod socket connection.
|
int |
timeout()
The Pi's tiemout for a pigpiod socket connect in ms.
|
String |
toString()
The Pi as text.
|
int |
type()
The Pi's type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgpio2pin, gpio2String, gpio4pin, gpio4pinChck, gpioMayOut, gpios4pins, gpios4pinsChck, make, pinDescr, portByGPIO, portByPinpublic final int type
public int sockP()
ThePi itself; see ClientPigpiod.public String host()
ThePi itself; see ClientPigpiod.ThePi.defaultHostpublic int timeout()
ThePi itself; see ClientPigpiod.public String toString()
public final boolean equals(Object other)
type() are equal.host etc. have multiple possible values (like
localhost, names, varying and multiple IPs) that do not affect the
Pi's process IO aspect and hence neither equals(Object) nor
hashCode() here. But it will in an associated
ClientPigpiod object.hashCode().public final int hashCode()
hashCode in class Objecttypeequals(Object)