- getAcceptorModel() - Method in class com.pyramidacceptors.ptalk.api.PyramidAcceptor
-
Returns the model of the target acceptor in the format This may AcceptorModel.Unknown
until the 1st valid slave message is received.
- getBillName() - Method in class com.pyramidacceptors.ptalk.api.event.CreditEvent
-
Returns the BillName that has been credited
- getBillName() - Method in class com.pyramidacceptors.ptalk.api.event.EscrowedEvent
-
Returns the BillName that is in escrow
- getEnableMask() - Method in enum com.pyramidacceptors.ptalk.api.RS232Configuration
-
- getEscrowMode() - Method in enum com.pyramidacceptors.ptalk.api.RS232Configuration
-
- getEventId() - Method in class com.pyramidacceptors.ptalk.api.event.PTalkEvent
-
Deprecated.
Use getId() instead
- getEventMask() - Method in enum com.pyramidacceptors.ptalk.api.RS232Configuration
-
- getFailureCount() - Method in class com.pyramidacceptors.ptalk.api.event.ConnectionFailureEvent
-
Returns the total number of failed transmissions before this event was raised.
- getFirmwareRevision() - Method in class com.pyramidacceptors.ptalk.api.PyramidAcceptor
-
Returns the firmware revision of the target acceptor in the format
major.minor.
- getId() - Method in class com.pyramidacceptors.ptalk.api.event.PTalkEvent
-
Returns the event id for this event.
- getIntId() - Method in enum com.pyramidacceptors.ptalk.api.event.Events
-
- getMessageType() - Method in class com.pyramidacceptors.ptalk.api.event.SerialDataEvent
-
Returns the MessageType for this event
- getPacketString() - Method in class com.pyramidacceptors.ptalk.api.event.PTalkEvent
-
Returns the stringified packet that this event was decoded from
- getPollRate() - Method in class com.pyramidacceptors.ptalk.api.PyramidAcceptor
-
- getPollrate() - Method in enum com.pyramidacceptors.ptalk.api.RS232Configuration
-
Returns the current poll rate is milliseconds.
- getPollRetryLimit() - Method in enum com.pyramidacceptors.ptalk.api.RS232Configuration
-
Returns the number of retries the polling loop will allow
before giving up and raising a connection failure events.
- getPortList() - Static method in class com.pyramidacceptors.ptalk.api.PyramidPort
-
Retrieve a list of ports available to the host OS
- getPortList(String) - Static method in class com.pyramidacceptors.ptalk.api.PyramidPort
-
Retrieve a list of ports available on the given path (filter).
This is ignored on Windows
For *nix style systems you may use a path such as "/dev" or "/dev/term"
- getPortList(Pattern) - Static method in class com.pyramidacceptors.ptalk.api.PyramidPort
-
Retrieve a list of ports with names matching the given Regex pattern
- getPortList(Pattern, String) - Static method in class com.pyramidacceptors.ptalk.api.PyramidPort
-
Retrieve a list of ports with names matching the given Regex pattern AND
ports that reside on the given path.
This is ignored on Windows
For *nix style systems you may use a path such as "/dev" or "/dev/term"
- getPortName() - Method in class com.pyramidacceptors.ptalk.api.PyramidAcceptor
-
- getSerialNumber() - Method in class com.pyramidacceptors.ptalk.api.PyramidAcceptor
-
Returns the 9-digit serial number of the target acceptor.
- valueOf(String) - Static method in enum com.pyramidacceptors.ptalk.api.APILevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pyramidacceptors.ptalk.api.BillDirections
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pyramidacceptors.ptalk.api.BillNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pyramidacceptors.ptalk.api.event.Events
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pyramidacceptors.ptalk.api.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pyramidacceptors.ptalk.api.RS232Configuration.RS232State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pyramidacceptors.ptalk.api.RS232Configuration
-
Returns the enum constant of this type with the specified name.
- valueOfRS232(String) - Static method in class com.pyramidacceptors.ptalk.api.PyramidAcceptor
-
Instantiate a new Pyramid Acceptor with an existing port
- valueOfRS232(RS232Configuration, String, int, int, int, int) - Static method in class com.pyramidacceptors.ptalk.api.PyramidAcceptor
-
Generate a new PyramidAcceptor with a custom port configuration.
- valueOfRS232() - Static method in class com.pyramidacceptors.ptalk.api.PyramidAcceptor
-
Attempt to autodetect the connected slave and use a default RS-232
configuration.
- values() - Static method in enum com.pyramidacceptors.ptalk.api.APILevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pyramidacceptors.ptalk.api.BillDirections
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pyramidacceptors.ptalk.api.BillNames
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pyramidacceptors.ptalk.api.event.Events
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pyramidacceptors.ptalk.api.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pyramidacceptors.ptalk.api.RS232Configuration.RS232State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.pyramidacceptors.ptalk.api.RS232Configuration
-
Returns an array containing the constants of this enum type, in
the order they are declared.