TsePlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- TsePlatform
- Implementers
Constructors
- TsePlatform.new()
- Constructs a TsePlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkPartitions(
SendPartitionModel checkPartitions) → Future< StatusModel?> -
checkStore(
) → Future< StatusModel?> -
flashHealthSummary(
) → Future< FlashHealthSummaryReturnModel?> -
GetLogMessageCertificate(
) → Future< StatusModel?> -
getMahmut(
) → Future< StatusModel?> -
getPartitions(
) → Future< GetPartitionsModel?> -
infoCustom(
) → Future< InfoCustomReturnModel?> -
infoFull(
) → Future< InfoFullReturnModel?> -
init(
) → Future< StatusModel?> -
isOnlineSdk(
) → Future< StatusModel?> -
logTimeFormat(
) → Future< StatusModel?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDrive(
SendPartitionModel checkPartitions) → Future< StatusModel?> -
signatureAlgorithm(
) → Future< StatusModel?> -
toString(
) → String -
A string representation of this object.
inherited
-
transaction_finish(
TransectionParameter model) → Future< TransectionReturnModel?> -
transaction_lastResponse(
ClientParameterModel model) → Future< TransectionReturnModel?> -
transaction_listStartedTransactions(
ClientParameterModel model) → Future< TransectionListReturnModel?> -
transaction_start(
TransectionParameter model) → Future< TransectionReturnModel?> -
transaction_update(
TransectionParameter model) → Future< TransectionReturnModel?> -
tse_ctss_disable(
) → Future< StatusModel?> -
tse_ctss_enable(
) → Future< StatusModel?> -
tse_deregisterClient(
ClientParameterModel model) → Future< StatusModel?> -
tse_initialize(
) → Future< StatusModel?> -
tse_listRegisteredClients(
) → Future< CliendListReturnModel?> -
tse_registerClient(
ClientParameterModel model) → Future< StatusModel?> -
tse_runSelfTest(
ClientParameterModel model) → Future< StatusModel?> -
tse_setup(
TseSetupParameterModel model) → Future< StatusModel?> -
tse_updateTime(
) → Future< StatusModel?> -
user_login(
LoginParameterModel model) → Future< StatusModel?> -
user_logout(
LogoutParameterModel model) → Future< StatusModel?> -
version(
) → Future< StatusModel?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ TsePlatform
-
The default instance of TsePlatform to use.
getter/setter pair